index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-31
net: filter: move filter accounting to filter core
Daniel Borkmann
1
-2
/
+25
2014-03-31
net: filter: keep original BPF program around
Daniel Borkmann
2
-29
/
+80
2014-03-31
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
1
-0
/
+1
2014-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-122
/
+257
2014-03-30
ipv6: fix checkpatch errors of "foo*" and "foo * bar"
Wang Yufen
1
-15
/
+15
2014-03-30
ipv6: fix checkpatch errors of brace and trailing statements
Wang Yufen
1
-8
/
+10
2014-03-30
ipv6: fix checkpatch errors comments and space
Wang Yufen
1
-14
/
+12
2014-03-30
netpoll: Respect NETIF_F_LLTX
Eric W. Biederman
1
-5
/
+5
2014-03-30
netpoll: Remove strong unnecessary assumptions about skbs
Eric W. Biederman
1
-2
/
+2
2014-03-30
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
2
-8
/
+8
2014-03-30
netpoll: Move rx enable/disable into __dev_close_many
Eric W. Biederman
1
-9
/
+4
2014-03-30
netpoll: Only call ndo_start_xmit from a single place
Eric W. Biederman
1
-25
/
+36
2014-03-30
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
5
-19
/
+17
2014-03-29
vlan: Warn the user if lowerdev has bad vlan features.
Vlad Yasevich
1
-0
/
+3
2014-03-29
bridge: Fix crash with vlan filtering and tcpdump
Vlad Yasevich
2
-5
/
+20
2014-03-29
net: Account for all vlan headers in skb_mac_gso_segment
Vlad Yasevich
2
-5
/
+11
2014-03-29
ipv6: move DAD and addrconf_verify processing to workqueue
Hannes Frederic Sowa
1
-51
/
+142
2014-03-29
net: net: add a core netdev->tx_dropped counter
Eric Dumazet
1
-0
/
+2
2014-03-29
packet: respect devices with LLTX flag in direct xmit
Daniel Borkmann
1
-20
/
+20
2014-03-29
tcp: fix get_timewait4_sock() delay computation on 64bit
Eric Dumazet
1
-1
/
+1
2014-03-29
openvswitch: fix a possible deadlock and lockdep warning
Flavio Leitner
1
-20
/
+6
2014-03-29
bridge: Fix handling stacked vlan tags
Toshiaki Makita
1
-17
/
+1
2014-03-29
bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled
Toshiaki Makita
2
-3
/
+15
2014-03-28
tipc: make discovery domain a bearer attribute
Erik Hugne
3
-16
/
+10
2014-03-28
tipc: fix neighbor detection problem after hw address change
Erik Hugne
2
-0
/
+9
2014-03-27
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
Zoltan Kiss
3
-10
/
+32
2014-03-27
hsr: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-03-27
atm: replace del_timer by del_timer_sync
Julia Lawall
1
-1
/
+1
2014-03-27
tcp: tcp_make_synack() minor changes
Eric Dumazet
1
-2
/
+2
2014-03-27
ipv6: do not overwrite inetpeer metrics prematurely
Michal Kubeček
2
-36
/
+55
2014-03-27
vlan: Set hard_header_len according to available acceleration
Vlad Yasevich
2
-2
/
+5
2014-03-27
tipc: use node list lock to protect tipc_num_links variable
Ying Xue
1
-10
/
+11
2014-03-27
tipc: use node_list_lock to protect tipc_num_nodes variable
Ying Xue
1
-4
/
+3
2014-03-27
tipc: tipc: convert node list and node hlist to RCU lists
Ying Xue
4
-21
/
+31
2014-03-27
tipc: rename node create lock to protect node list and hlist
Ying Xue
3
-35
/
+35
2014-03-27
tipc: make broadcast bearer store in bearer_list array
Ying Xue
2
-4
/
+6
2014-03-27
tipc: remove active flag from tipc_bearer structure
Ying Xue
4
-12
/
+5
2014-03-27
tipc: convert tipc_bearers array to pointer list
Ying Xue
3
-15
/
+38
2014-03-27
tipc: acquire necessary locks in named_cluster_distribute routine
Ying Xue
1
-3
/
+11
2014-03-27
tipc: obsolete the remote management feature
Ying Xue
5
-121
/
+3
2014-03-27
tipc: remove unnecessary checking for node object
Ying Xue
1
-6
/
+0
2014-03-27
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
Monam Agarwal
1
-1
/
+1
2014-03-27
net/bridge: Use RCU_INIT_POINTER(x, NULL) in br_vlan.c
Monam Agarwal
1
-4
/
+4
2014-03-27
net: unix: non blocking recvmsg() should not return -EINTR
Eric Dumazet
1
-5
/
+12
2014-03-27
vlan: make a new function vlan_dev_vlan_proto() and export
dingtianhong
1
-0
/
+6
2014-03-26
net: Rename skb->rxhash to skb->hash
Tom Herbert
4
-14
/
+14
2014-03-26
tcp: delete unused parameter in tcp_nagle_check()
Peter Pan(潘卫平)
1
-3
/
+3
2014-03-26
ip_tunnel: Fix dst ref-count.
Pravin B Shelar
3
-3
/
+9
2014-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-53
/
+63
2014-03-26
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
46
-392
/
+989
[next]