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.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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-03
[RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code
Thomas Graf
1
-0
/
+20
2006-12-03
[NET] neighbour: Use kmemdup where applicable
Arnaldo Carvalho de Melo
1
-4
/
+3
2006-12-03
[NETPOLL]: Another udp checksum mangling.
Al Viro
1
-1
/
+1
2006-12-03
[NET]: Split skb->csum
Al Viro
2
-3
/
+3
2006-12-03
[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb
Arnaldo Carvalho de Melo
1
-2
/
+5
2006-12-03
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
2
-3
/
+3
2006-12-03
[NET]: Annotate skb_copy_and_csum_bits() and callers.
Al Viro
1
-3
/
+3
2006-12-03
[NET]: Annotate skb_checksum() and callers.
Al Viro
1
-2
/
+2
2006-12-03
[NET]: Annotate callers of the reset of checksum.h stuff.
Al Viro
1
-1
/
+1
2006-12-03
[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...
Al Viro
2
-4
/
+4
2006-12-03
[NET]: Annotate csum_partial() callers in net/*
Al Viro
2
-3
/
+3
2006-12-03
[NET]: Annotate callers of csum_tcpudp_nofold() in net/*
Al Viro
1
-2
/
+2
2006-12-03
[NET]: Annotate callers of csum_fold() in net/*
Al Viro
4
-9
/
+9
2006-12-03
[NET] net/core: Annotations.
Al Viro
4
-42
/
+38
2006-12-03
[NETPOLL]: Minor coding-style cleanups.
David S. Miller
1
-51
/
+48
2006-12-03
[IPv6] prefix: Convert RTM_NEWPREFIX notifications to use the new netlink api
Thomas Graf
1
-1
/
+0
2006-12-03
netpoll queue cleanup
Stephen Hemminger
1
-20
/
+3
2006-12-03
netpoll retry cleanup
Stephen Hemminger
1
-38
/
+33
2006-12-03
netpoll deferred transmit path
Stephen Hemminger
1
-2
/
+19
2006-12-03
netpoll setup error handling
Stephen Hemminger
1
-7
/
+13
2006-12-03
netpoll per device txq
Stephen Hemminger
1
-35
/
+15
2006-12-03
netpoll info leak
Stephen Hemminger
1
-6
/
+19
2006-12-03
netpoll: private skb pool (rev3)
Stephen Hemminger
1
-32
/
+21
2006-12-03
[NET]: The scheduled removal of the frame diverter.
Adrian Bunk
4
-577
/
+4
2006-12-03
[NETLINK]: Do precise netlink message allocations where possible
Thomas Graf
3
-23
/
+57
2006-12-03
[NET]: Size listen hash tables using backlog hint
Eric Dumazet
1
-10
/
+25
2006-12-03
[NET] rules: Add support to invert selectors
Thomas Graf
1
-7
/
+17
2006-12-03
[NET] rules: Protocol independant mark selector
Thomas Graf
1
-0
/
+29
2006-12-03
[NET]: Turn nfmark into generic mark
Thomas Graf
1
-2
/
+2
2006-12-03
[BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTH
Peter Zijlstra
1
-3
/
+3
2006-12-02
[PATCH] netdev: don't allow register_netdev with blank name
Stephen Hemminger
1
-9
/
+0
2006-11-08
[NET]: Set truesize in pskb_copy
Herbert Xu
1
-0
/
+1
2006-11-08
[NETPOLL]: Compute checksum properly in netpoll_send_udp().
Chris Lalancette
1
-0
/
+6
2006-11-06
[NET]: __alloc_pages() failures reported due to fragmentation
Larry Woodman
1
-1
/
+1
2006-11-06
[PKTGEN]: TCI endianness fixes
Al Viro
1
-12
/
+18
2006-10-31
[NET]: Fix segmentation of linear packets
Herbert Xu
1
-5
/
+4
2006-10-21
Merge branch 'we21-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...
Jeff Garzik
1
-1
/
+32
2006-10-20
[NETPOLL]: initialize skb for UDP
Stephen Hemminger
1
-4
/
+4
2006-10-20
[PATCH] wireless: WE-20 compatibility for ESSID and NICKN ioctls
John W. Linville
1
-1
/
+32
2006-10-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
1
-1
/
+1
2006-10-17
[PATCH] rename net_random to random32
Stephen Hemminger
2
-118
/
+0
2006-10-12
[RTNETLINK]: Fix use of wrong skb in do_getlink()
Patrick McHardy
1
-1
/
+1
2006-10-12
[NET]: File descriptor loss while receiving SCM_RIGHTS
Miklos Szeredi
1
-2
/
+1
2006-10-12
IPsec: propagate security module errors up from flow_cache_lookup
James Morris
1
-14
/
+28
2006-10-11
Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass()
Peter Zijlstra
1
-1
/
+1
2006-10-04
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh
Linus Torvalds
1
-1
/
+0
2006-10-04
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-6
/
+6
2006-10-04
[PATCH] slab: clean up leak tracking ifdefs a little bit
Christoph Hellwig
1
-1
/
+2
2006-10-04
Remove all inclusions of <linux/config.h>
Dave Jones
1
-1
/
+0
2006-10-04
[NEIGH]: always use hash_mask under tbl lock
Julian Anastasov
1
-6
/
+6
[next]