index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtnetlink: remove initialization of dev->real_num_tx_queues
Jiri Pirko
2011-08-11
1
-1
/
+0
*
net: fix potential neighbour race in dst_ifdown()
Eric Dumazet
2011-08-09
1
-5
/
+10
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2011-08-07
3
-3
/
+200
|
\
|
*
net: Compute protocol sequence numbers and fragment IDs using MD5.
David S. Miller
2011-08-06
2
-1
/
+185
|
*
net: add kerneldoc to skb_copy_bits()
Eric Dumazet
2011-08-01
1
-2
/
+15
*
|
rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER
Stephen Hemminger
2011-08-02
6
-10
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2011-07-28
2
-5
/
+7
|
\
|
*
net: add IFF_SKB_TX_SHARED flag to priv_flags
Neil Horman
2011-07-27
1
-3
/
+5
|
*
net: Convert struct net_device uc_promisc to bool
Joe Perches
2011-07-25
1
-2
/
+2
*
|
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
|
/
*
net: allow netif_carrier to be called safely from IRQ
stephen hemminger
2011-07-22
1
-1
/
+1
*
ethtool: Allow zero-length register dumps again
Ben Hutchings
2011-07-21
1
-2
/
+2
*
skbuff: fix error handling in pskb_copy()
Dan Carpenter
2011-07-21
1
-1
/
+2
*
net: Abstract dst->neighbour accesses behind helpers.
David S. Miller
2011-07-17
2
-8
/
+9
*
neigh: Pass neighbour entry to output ops.
David S. Miller
2011-07-17
1
-11
/
+14
*
neigh: Kill ndisc_ops->queue_xmit
David S. Miller
2011-07-16
1
-2
/
+2
*
neigh: Kill hh_cache->hh_output
David S. Miller
2011-07-16
1
-23
/
+2
*
neigh: Kill neigh_ops->hh_output
David S. Miller
2011-07-16
1
-2
/
+2
*
neigh: Simply destroy handling wrt. hh_cache.
David S. Miller
2011-07-16
1
-9
/
+0
*
net: remove /sys/class/net/*/features
Michał Mirosław
2011-07-14
1
-2
/
+0
*
net: unexport netdev_fix_features()
Michał Mirosław
2011-07-14
1
-2
/
+1
*
net: cleanup vlan_features setting in register_netdev
Michał Mirosław
2011-07-14
1
-5
/
+2
*
net: Embed hh_cache inside of struct neighbour.
David S. Miller
2011-07-14
2
-66
/
+22
*
net: Kill support for multiple hh_cache entries per neighbour
David S. Miller
2011-07-13
1
-19
/
+18
*
net: Push protocol type directly down to header_ops->cache()
David S. Miller
2011-07-13
1
-1
/
+1
*
ipv4: Use universal hash for ARP.
David S. Miller
2011-07-11
1
-0
/
+1
*
neigh: Store hash shift instead of mask.
David S. Miller
2011-07-11
1
-24
/
+23
*
skbuff: clear tx zero-copy flag
Shirley Ma
2011-07-09
1
-0
/
+3
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-07-08
1
-3
/
+3
|
\
|
*
NFC: add NFC socket family
Aloisio Almeida Jr
2011-07-05
1
-3
/
+3
*
|
skbuff: skb supports zero-copy buffers
Shirley Ma
2011-07-07
1
-1
/
+79
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-07-05
1
-2
/
+4
|
\
\
|
*
|
ipv6: Don't put artificial limit on routing table size.
David S. Miller
2011-07-01
1
-2
/
+4
*
|
|
net: Add GSO to vlan_features initialization
Shan Wei
2011-07-05
1
-4
/
+5
*
|
|
netpoll: Remove wrapper function netpoll_poll
Joe Perches
2011-07-03
1
-7
/
+2
*
|
|
netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_dev
Joe Perches
2011-07-03
1
-4
/
+2
*
|
|
rtnl: provide link dump consistency info
Thomas Graf
2011-07-01
3
-0
/
+15
*
|
|
ip: introduce ip_is_fragment helper inline function
Paul Gortmaker
2011-06-21
1
-1
/
+1
*
|
|
core: add tracepoints for queueing skb to rcvbuf
Satoru Moriya
2011-06-21
2
-0
/
+6
*
|
|
udp: add tracepoints for queueing skb to rcvbuf
Satoru Moriya
2011-06-21
1
-0
/
+1
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-06-20
4
-37
/
+44
|
\
|
|
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-06-16
2
-16
/
+19
|
|
\
\
|
|
*
|
Delay struct net freeing while there's a sysfs instance refering to it
Al Viro
2011-06-12
2
-16
/
+19
|
*
|
|
netpoll: call dev_put() on error in netpoll_setup()
Dan Carpenter
2011-06-11
1
-1
/
+2
|
*
|
|
vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check
Jiri Pirko
2011-06-11
1
-1
/
+1
|
*
|
|
netpoll: prevent netpoll setup on slave devices
WANG Cong
2011-06-09
1
-0
/
+6
|
*
|
|
net: cpu offline cause napi stall
Heiko Carstens
2011-06-07
1
-0
/
+5
|
*
|
|
net: Rework netdev_drivername() to avoid warning.
David S. Miller
2011-06-06
1
-11
/
+5
|
*
|
|
get_net_ns_by_fd() oopses if proc_ns_fget() returns an error
Al Viro
2011-06-05
1
-9
/
+7
|
|
/
/
*
|
|
net: export the receive time stamping hook for non-NAPI drivers
Richard Cochran
2011-06-20
1
-0
/
+1
[next]