index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-25
rtnl: use nla_put_u64_64bit()
Nicolas Dichtel
1
-18
/
+18
2016-04-23
libnl: nla_put_msecs(): align on a 64-bit area
Nicolas Dichtel
1
-9
/
+10
2016-04-23
libnl: nla_put_be64(): align on a 64-bit area
Nicolas Dichtel
1
-2
/
+2
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+5
2016-04-21
net: Add support for IP ID mangling TSO in cases that require encapsulation
Alexander Duyck
1
-0
/
+11
2016-04-21
rtnl: use the new API to align IFLA_STATS*
Nicolas Dichtel
1
-17
/
+5
2016-04-20
rtnetlink: add new RTM_GETSTATS message to dump link stats
Roopa Prabhu
1
-0
/
+158
2016-04-19
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
1
-0
/
+2
2016-04-19
net: Add helpers for 64-bit aligning netlink attributes.
David S. Miller
1
-19
/
+5
2016-04-19
net: Align IFLA_STATS64 attributes properly on architectures that need it.
David S. Miller
1
-0
/
+19
2016-04-18
net: ethtool: export conversion function between u32 and link mode
Philippe Reynes
1
-9
/
+12
2016-04-18
rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copy
Roopa Prabhu
1
-15
/
+8
2016-04-15
vlan: pull on __vlan_insert_tag error path and fix csum correction
Daniel Borkmann
1
-2
/
+5
2016-04-14
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
1
-17
/
+40
2016-04-14
net: validate_xmit_skb() changes
Eric Dumazet
1
-5
/
+2
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
3
-4
/
+62
2016-04-14
GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values
Alexander Duyck
1
-0
/
+1
2016-04-14
GSO: Add GSO type for fixed IPv4 ID
Alexander Duyck
2
-5
/
+30
2016-04-14
ethtool: Add support for toggling any of the GSO offloads
Alexander Duyck
1
-0
/
+2
2016-04-14
devlink: implement shared buffer occupancy monitoring interface
Jiri Pirko
1
-6
/
+92
2016-04-14
devlink: add shared buffer configuration
Jiri Pirko
1
-0
/
+940
2016-04-14
net: remove netdevice gso_min_segs
Eric Dumazet
1
-2
/
+1
2016-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-5
/
+8
2016-04-08
devlink: share user_ptr pointer for both devlink and devlink_port
Jiri Pirko
1
-8
/
+13
2016-04-08
devlink: remove implicit type set in port register
Jiri Pirko
1
-1
/
+0
2016-04-07
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
1
-0
/
+1
2016-04-07
tun: use socket locks for sk_{attach,detatch}_filter
Hannes Frederic Sowa
1
-22
/
+13
2016-04-07
sock: fix lockdep annotation in release_sock
Hannes Frederic Sowa
1
-5
/
+0
2016-04-06
net: add the AF_KCM entries to family name tables
Dexuan Cui
1
-3
/
+6
2016-04-05
net/core/dev: Warn on a too-short GRO frame
Aaron Conole
1
-0
/
+2
2016-04-05
Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"
Bjorn Helgaas
1
-2
/
+1
2016-04-05
udp: enable MSG_PEEK at non-zero offset
samanthakumar
2
-3
/
+15
2016-04-05
udp: remove headers from UDP packets before queueing
samanthakumar
1
-6
/
+13
2016-04-04
tcp: increment sk_drops for listeners
Eric Dumazet
1
-0
/
+1
2016-04-04
sock_diag: add SK_MEMINFO_DROPS
Eric Dumazet
1
-0
/
+1
2016-04-04
net: add SOCK_RCU_FREE socket flag
Eric Dumazet
1
-1
/
+13
2016-04-04
sock: accept SO_TIMESTAMPING flags in socket cmsg
Soheil Hassas Yeganeh
1
-0
/
+13
2016-04-04
tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFO
Soheil Hassas Yeganeh
1
-1
/
+2
2016-04-04
sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop
Willem de Bruijn
1
-11
/
+22
2016-04-01
tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
Daniel Borkmann
1
-12
/
+21
2016-03-31
rtnl: fix msg size calculation in if_nlmsg_size()
Nicolas Dichtel
1
-0
/
+1
2016-03-30
bpf: make padding in bpf_tunnel_key explicit
Daniel Borkmann
1
-1
/
+4
2016-03-25
netpoll: Fix extra refcount release in netpoll_cleanup()
Bjorn Helgaas
1
-1
/
+2
2016-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-2
/
+10
2016-03-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-0
/
+36
2016-03-21
net/core: Add support for configuring VF GUIDs
Eli Cohen
1
-0
/
+36
2016-03-21
net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributes
Eric Dumazet
1
-0
/
+4
2016-03-21
net: add description for len argument of dev_get_phys_port_name
Luis de Bethencourt
1
-0
/
+1
2016-03-20
net: sched: Add description for cpu_bstats argument
Luis de Bethencourt
1
-0
/
+2
2016-03-20
gen_stats.c: Add description for cpu argument
Luis de Bethencourt
1
-0
/
+1
[next]