| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-04-20 | 2 | -1/+10 |
|\ |
|
| * | [PATCH] wext: Fix RtNetlink ENCODE security permissions | Jean Tourrilhes | 2006-04-19 | 1 | -0/+8 |
| * | [PATCH] wext: Fix IWENCODEEXT security permissions | Jean Tourrilhes | 2006-04-19 | 1 | -1/+2 |
* | | [NET]: Add skb->truesize assertion checking. | David S. Miller | 2006-04-20 | 2 | -0/+9 |
|/ |
|
* | unaligned access in sk_run_filter() | Dmitry Mishin | 2006-04-18 | 1 | -2/+3 |
* | [PATCH] for_each_possible_cpu: network codes | KAMEZAWA Hiroyuki | 2006-04-11 | 4 | -6/+6 |
* | [NET]: Fix hotplug race during device registration. | Sergey Vlasov | 2006-04-09 | 1 | -1/+1 |
* | [NET]: More kzalloc conversions. | Andrew Morton | 2006-04-09 | 5 | -22/+8 |
* | [NET] kzalloc: use in alloc_netdev | Paolo 'Blaisorblade' Giarrusso | 2006-04-09 | 1 | -2/+1 |
* | [NET]: Fix an off-by-21-or-49 error. | Adrian Bunk | 2006-04-09 | 1 | -1/+1 |
* | [NET]: add SO_RCVBUF comment | Andrew Morton | 2006-03-31 | 1 | -1/+15 |
* | [NET]: Deinline some larger functions from netdevice.h | Denis Vlasenko | 2006-03-29 | 1 | -0/+64 |
* | [NET]: deinline 200+ byte inlines in sock.h | Denis Vlasenko | 2006-03-28 | 1 | -0/+93 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-03-27 | 1 | -1/+1 |
|\ |
|
| * | [NET]: drop duplicate assignment in request_sock | Norbert Kiesel | 2006-03-26 | 1 | -1/+1 |
* | | [PATCH] Notifier chain update: API changes | Alan Stern | 2006-03-27 | 1 | -19/+23 |
|/ |
|
* | Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2006-03-25 | 1 | -0/+7 |
|\ |
|
| * | [PATCH] promiscuous mode | Steve Grubb | 2006-03-20 | 1 | -0/+7 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-03-25 | 2 | -3/+9 |
|\ \ |
|
| * | | [NET]: Take RTNL when unregistering notifier | Herbert Xu | 2006-03-25 | 1 | -1/+6 |
| * | | [NET]: Ensure device name passed to SO_BINDTODEVICE is NULL terminated. | David S. Miller | 2006-03-24 | 1 | -2/+3 |
* | | | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications | Davide Libenzi | 2006-03-25 | 1 | -0/+2 |
* | | | [PATCH] slab: implement /proc/slab_allocators | Al Viro | 2006-03-25 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-03-23 | 2 | -89/+920 |
|\ \ |
|
| * | | [PATCH] WE-20 for kernel 2.6.16 | Jean Tourrilhes | 2006-03-23 | 2 | -89/+920 |
* | | | [PKTGEN]: Add MPLS extension. | Steven Whitehouse | 2006-03-23 | 1 | -11/+147 |
|/ / |
|
* | | [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -10/+10 |
* | | [SK_BUFF]: export skb_pull_rcsum | Arnaldo Carvalho de Melo | 2006-03-20 | 1 | -0/+2 |
* | | [NET]: {get|set}sockopt compatibility layer | Dmitry Mishin | 2006-03-20 | 1 | -0/+28 |
* | | [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum | Herbert Xu | 2006-03-20 | 1 | -0/+21 |
* | | [SECURITY]: TCP/UDP getpeersec | Catherine Zhang | 2006-03-20 | 1 | -1/+1 |
* | | [NET] sem2mutex: net/ | Arjan van de Ven | 2006-03-20 | 2 | -6/+8 |
* | | [NET]: minor net_rx_action optimization | Stephen Hemminger | 2006-03-20 | 1 | -2/+1 |
* | | [NET]: Move destructor from neigh->ops to neigh_params | Michael S. Tsirkin | 2006-03-20 | 1 | -2/+2 |
* | | [PKTGEN]: Updates version. | Luiz Capitulino | 2006-03-20 | 1 | -1/+1 |
* | | [PKTGEN]: Removes thread_{un,}lock() macros. | Luiz Capitulino | 2006-03-20 | 1 | -25/+21 |
* | | [PKTGEN]: Convert thread lock to mutexes. | Luiz Capitulino | 2006-03-20 | 1 | -3/+4 |
* | | [NET]: Convert RTNL to mutex. | Stephen Hemminger | 2006-03-20 | 4 | -20/+26 |
* | | [PKTGEN]: Updates version. | Luiz Capitulino | 2006-03-20 | 1 | -1/+1 |
* | | [PKTGEN]: Ports if_list to the in-kernel implementation. | Luiz Capitulino | 2006-03-20 | 1 | -48/+44 |
* | | [PKTGEN]: Fix Initialization fail leak. | Luiz Capitulino | 2006-03-20 | 1 | -1/+14 |
* | | [PKTGEN]: Fix kernel_thread() fail leak. | Luiz Capitulino | 2006-03-20 | 1 | -2/+9 |
* | | [PKTGEN]: Ports thread list to Kernel list implementation. | Luiz Capitulino | 2006-03-20 | 1 | -55/+41 |
* | | [PKTGEN]: Lindent run. | Luiz Capitulino | 2006-03-20 | 1 | -1251/+1379 |
* | | [NET]: Uninline kfree_skb and allow NULL argument | J�rn Engel | 2006-03-20 | 1 | -0/+19 |
* | | [NET] pktgen: Fix races between control/worker threads. | Arthur Kepner | 2006-03-20 | 1 | -25/+110 |
* | | [IPSEC]: Sync series - core changes | Jamal Hadi Salim | 2006-03-20 | 1 | -0/+23 |
* | | [NET] core: add RFC2863 operstate | Stefan Rompf | 2006-03-20 | 4 | -3/+142 |
* | | [NET]: NEIGHBOUR: Ensure to record time to neigh->updated when neighbour's st... | YOSHIFUJI Hideaki | 2006-03-20 | 1 | -0/+8 |
* | | [PATCH] bonding: suppress duplicate packets | Jay Vosburgh | 2006-03-03 | 1 | -1/+25 |