index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-09
net: use kfree_skb_list() helper in more places
Florian Westphal
2
-10
/
+2
2014-09-09
ipv4: udp4_gro_complete() is static
Eric Dumazet
1
-1
/
+1
2014-09-09
netns: remove one sparse warning
Eric Dumazet
1
-1
/
+1
2014-09-09
ipv6: udp6_gro_complete() is static
Eric Dumazet
1
-1
/
+1
2014-09-09
ipv4: rcu cleanup in ip_ra_control()
Eric Dumazet
1
-2
/
+2
2014-09-09
ipv6: mcast: remove dead debugging defines
Daniel Borkmann
1
-9
/
+0
2014-09-09
net-timestamp: optimize sock_tx_timestamp default path
Willem de Bruijn
1
-5
/
+2
2014-09-09
net_sched: sfq: remove unused macro
Florian Westphal
1
-5
/
+0
2014-09-09
net: bpf: be friendly to kmemcheck
Daniel Borkmann
1
-1
/
+1
2014-09-09
tcp: remove dst refcount false sharing for prequeue mode
Eric Dumazet
2
-10
/
+25
2014-09-09
openvswitch: change the data type of error status to atomic_long_t
Li RongQing
2
-23
/
+12
2014-09-09
bridge: Cleanup of unncessary check.
Rami Rosen
1
-3
/
+0
2014-09-09
bridge: implement rtnl_link_ops->changelink
Jiri Pirko
1
-0
/
+39
2014-09-09
bridge: implement rtnl_link_ops->get_size and rtnl_link_ops->fill_info
Jiri Pirko
1
-0
/
+25
2014-09-09
bridge: implement rtnl_link_ops->slave_changelink
Jiri Pirko
1
-2
/
+16
2014-09-09
bridge: implement rtnl_link_ops->get_slave_size and rtnl_link_ops->fill_slave...
Jiri Pirko
1
-6
/
+21
2014-09-09
bridge: switch order of rx_handler reg and upper dev link
Jiri Pirko
1
-7
/
+8
2014-09-09
net/ipv4: bind ip_nonlocal_bind to current netns
Vincent Bernat
5
-15
/
+11
2014-09-08
Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
32
-722
/
+947
2014-09-08
inet: remove dead inetpeer sequence code
Willem de Bruijn
1
-21
/
+0
2014-09-08
net: Fix GRE RX to use skb_transport_header for GRE header offset
Tom Herbert
1
-3
/
+2
2014-09-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
12
-27
/
+62
2014-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
36
-150
/
+315
2014-09-07
Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
6
-8
/
+17
2014-09-07
ipv6: restore the behavior of ipv6_sock_ac_drop()
WANG Cong
1
-2
/
+0
2014-09-07
rose: use %*ph specifier
Andy Shevchenko
1
-1
/
+2
2014-09-06
tcp: remove obsolete comment about TCP_SKB_CB(skb)->when in tcp_fragment()
Neal Cardwell
1
-3
/
+0
2014-09-05
tcp: remove TCP_SKB_CB(skb)->when
Eric Dumazet
4
-30
/
+24
2014-09-05
tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn
Eric Dumazet
4
-5
/
+5
2014-09-05
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
3
-15
/
+60
2014-09-05
net: merge cases where sock_efree and sock_edemux are the same function
Alexander Duyck
2
-3
/
+3
2014-09-05
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
3
-18
/
+34
2014-09-05
net-timestamp: Merge shared code between phy and regular timestamping
Alexander Duyck
2
-52
/
+42
2014-09-05
ipv4: harden fnhe_hashfun()
Eric Dumazet
1
-4
/
+4
2014-09-05
net: treewide: Fix typo found in DocBook/networking.xml
Masanari Iida
6
-8
/
+8
2014-09-05
netfilter: add explicit Kconfig for NETFILTER_XT_NAT
Pablo Neira Ayuso
1
-0
/
+8
2014-09-05
ipv4: fix a race in update_or_create_fnhe()
Eric Dumazet
2
-6
/
+8
2014-09-05
ipv6: use addrconf_get_prefix_route() to remove peer addr
Nicolas Dichtel
1
-3
/
+2
2014-09-05
ipv6: fix a refcnt leak with peer addr
Nicolas Dichtel
1
-5
/
+2
2014-09-05
l2tp: fix missing line continuation
Andy Zhou
1
-1
/
+1
2014-09-05
net-timestamp: only report sw timestamp if reporting bit is set
Willem de Bruijn
1
-2
/
+1
2014-09-05
l2tp: fix race while getting PMTU on PPP pseudo-wire
Guillaume Nault
1
-1
/
+2
2014-09-05
ethtool: Add generic options for tunables
Govindarajulu Varadarajan
1
-0
/
+81
2014-09-05
dev_ioctl: remove dev_load() CAP_SYS_MODULE message
Daniel Borkmann
1
-5
/
+2
2014-09-05
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
1
-3
/
+3
2014-09-05
ipv6: fix rtnl locking in setsockopt for anycast and multicast
Sabrina Dubroca
3
-10
/
+31
2014-09-04
ipv4: implement igmp_qrv sysctl to tune igmp robustness variable
Hannes Frederic Sowa
2
-16
/
+25
2014-09-04
ipv6: add sysctl_mld_qrv to configure query robustness variable
Hannes Frederic Sowa
2
-10
/
+25
2014-09-04
Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...
John W. Linville
21
-170
/
+179
2014-09-04
Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linu...
John W. Linville
6
-8
/
+17
[next]