index
:
linux-sh
development
for-next
j2-devel
j2-stable
jcore-4.6
jcore-4.8
linux-sh-draft
linux-sh-draft-2
master
sh-for-4.6
sh-for-4.6-old1
temp-j2
v4.6-rc3+j2
v4.6-rc5+j2
v5.16+j2
DO NOT CLONE THIS REPO DIRECTLY. Clone kernel.org then fetch just differences from here. Linux SH repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Lines
2006-03-25
Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
-0
/
+7
2006-03-25
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
-3
/
+9
2006-03-25
[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications
Davide Libenzi
-0
/
+2
2006-03-25
[PATCH] slab: implement /proc/slab_allocators
Al Viro
-1
/
+1
2006-03-25
[NET]: Take RTNL when unregistering notifier
Herbert Xu
-1
/
+6
2006-03-24
[NET]: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.
David S. Miller
-2
/
+3
2006-03-23
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
-89
/
+920
2006-03-23
[PATCH] WE-20 for kernel 2.6.16
Jean Tourrilhes
-89
/
+920
2006-03-23
[PKTGEN]: Add MPLS extension.
Steven Whitehouse
-11
/
+147
2006-03-20
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
Arnaldo Carvalho de Melo
-10
/
+10
2006-03-20
[SK_BUFF]: export skb_pull_rcsum
Arnaldo Carvalho de Melo
-0
/
+2
2006-03-20
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
-0
/
+28
2006-03-20
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
-0
/
+21
2006-03-20
[SECURITY]: TCP/UDP getpeersec
Catherine Zhang
-1
/
+1
2006-03-20
[NET] sem2mutex: net/
Arjan van de Ven
-6
/
+8
2006-03-20
[NET]: minor net_rx_action optimization
Stephen Hemminger
-2
/
+1
2006-03-20
[NET]: Move destructor from neigh->ops to neigh_params
Michael S. Tsirkin
-2
/
+2
2006-03-20
[PKTGEN]: Updates version.
Luiz Capitulino
-1
/
+1
2006-03-20
[PKTGEN]: Removes thread_{un,}lock() macros.
Luiz Capitulino
-25
/
+21
2006-03-20
[PKTGEN]: Convert thread lock to mutexes.
Luiz Capitulino
-3
/
+4
2006-03-20
[NET]: Convert RTNL to mutex.
Stephen Hemminger
-20
/
+26
2006-03-20
[PKTGEN]: Updates version.
Luiz Capitulino
-1
/
+1
2006-03-20
[PKTGEN]: Ports if_list to the in-kernel implementation.
Luiz Capitulino
-48
/
+44
2006-03-20
[PKTGEN]: Fix Initialization fail leak.
Luiz Capitulino
-1
/
+14
2006-03-20
[PKTGEN]: Fix kernel_thread() fail leak.
Luiz Capitulino
-2
/
+9
2006-03-20
[PKTGEN]: Ports thread list to Kernel list implementation.
Luiz Capitulino
-55
/
+41
2006-03-20
[PKTGEN]: Lindent run.
Luiz Capitulino
-1251
/
+1379
2006-03-20
[NET]: Uninline kfree_skb and allow NULL argument
Jörn Engel
-0
/
+19
2006-03-20
[NET] pktgen: Fix races between control/worker threads.
Arthur Kepner
-25
/
+110
2006-03-20
[IPSEC]: Sync series - core changes
Jamal Hadi Salim
-0
/
+23
2006-03-20
[NET] core: add RFC2863 operstate
Stefan Rompf
-3
/
+142
2006-03-20
[NET]: NEIGHBOUR: Ensure to record time to neigh->updated when neighbour's st...
YOSHIFUJI Hideaki
-0
/
+8
2006-03-20
[PATCH] promiscuous mode
Steve Grubb
-0
/
+7
2006-03-03
[PATCH] bonding: suppress duplicate packets
Jay Vosburgh
-1
/
+25
2006-03-01
Merge branch 'upstream-fixes'
Jeff Garzik
-1
/
+0
2006-02-27
[REQSK]: Don't reset rskq_defer_accept in reqsk_queue_alloc
Arnaldo Carvalho de Melo
-1
/
+0
2006-02-23
Merge branch 'upstream-fixes'
Jeff Garzik
-7
/
+3
2006-02-19
[NET]: NETFILTER: remove duplicated lines and fix order in skb_clone().
YOSHIFUJI Hideaki
-7
/
+3
2006-02-17
Merge branch 'upstream-fixes'
Jeff Garzik
-29
/
+54
2006-02-13
[NET]: Revert skb_copy_datagram_iovec() recursion elimination.
David S. Miller
-28
/
+53
2006-02-09
[NETLINK]: illegal use of pid in rtnetlink
Alexey Kuznetsov
-1
/
+1
2006-02-07
Merge branch 'master'
Jeff Garzik
-11
/
+14
2006-02-05
[PATCH] percpu data: only iterate over possible CPUs
Eric Dumazet
-3
/
+3
2006-01-30
[PATCH] net/: fix the WIRELESS_EXT abuse
Adrian Bunk
-7
/
+5
2006-01-24
[BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctl
Thomas Graf
-2
/
+3
2006-01-23
[NET]: Fix skb fclone error path handling.
Herbert Xu
-3
/
+5
2006-01-23
[NET]: more whitespace issues in net/core/filter.c
Kris Katterjohn
-3
/
+3
2006-01-18
[PKTGEN]: Respect hard_header_len of device.
David S. Miller
-2
/
+3
2006-01-17
[NET]: Use is_zero_ether_addr() in net/core/netpoll.c
Kris Katterjohn
-1
/
+1
2006-01-17
[PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN
Kris Katterjohn
-23
/
+11
[next]