| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] create a kstrdup library function | Paulo Marques | 2005-06-23 | 2 | -16/+2 |
* | [NETPOLL]: allow multiple netpoll_clients to register against one interface | Jeff Moyer | 2005-06-23 | 1 | -10/+29 |
* | [NETPOLL]: Introduce a netpoll_info struct | Jeff Moyer | 2005-06-23 | 1 | -19/+38 |
* | [NETFILTER]: Kill nf_debug | Patrick McHardy | 2005-06-21 | 2 | -144/+0 |
* | [NETLINK]: Set correct pid for ioctl originating netlink events | Jamal Hadi Salim | 2005-06-19 | 1 | -1/+1 |
* | [NETLINK]: Correctly set NLM_F_MULTI without checking the pid | Jamal Hadi Salim | 2005-06-19 | 2 | -12/+15 |
* | [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags | Thomas Graf | 2005-06-19 | 1 | -4/+4 |
* | [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms | Thomas Graf | 2005-06-19 | 1 | -1/+3 |
* | [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses. | Thomas Graf | 2005-06-19 | 1 | -4/+4 |
* | [NETLINK]: Neighbour table configuration and statistics via rtnetlink | Thomas Graf | 2005-06-19 | 2 | -11/+326 |
* | [NET]: Move sysctl_max_syn_backlog into request_sock.c | David S. Miller | 2005-06-19 | 1 | -0/+16 |
* | [NET] rename struct tcp_listen_opt to struct listen_sock | Arnaldo Carvalho de Melo | 2005-06-19 | 1 | -2/+2 |
* | [NET] Generalise tcp_listen_opt | Arnaldo Carvalho de Melo | 2005-06-19 | 2 | -1/+50 |
* | [NET] Generalise TCP's struct open_request minisock infrastructure | Arnaldo Carvalho de Melo | 2005-06-19 | 1 | -0/+35 |
* | Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net... | Linus Torvalds | 2005-06-18 | 1 | -2/+72 |
|\ |
|
| * | Automatic merge of /spare/repo/netdev-2.6 branch we18 | | 2005-06-04 | 1 | -2/+72 |
| |\ |
|
| | * | [PATCH] Wireless Extensions 18 (aka WPA) | | 2005-05-13 | 1 | -2/+72 |
* | | | [NET]: Fix sysctl net.core.dev_weight | Stephen Hemminger | 2005-06-08 | 1 | -0/+1 |
* | | | [NET]: Allow controlling NAPI device weight with sysfs | Stephen Hemminger | 2005-06-08 | 1 | -0/+17 |
* | | | [ETHTOOL]: Check correct pointer in ethtool_set_coalesce(). | David S. Miller | 2005-06-07 | 1 | -1/+1 |
|/ / |
|
* | | [NET]: Use %lx for netdev->features sysfs formatting. | David S. Miller | 2005-05-30 | 1 | -1/+2 |
* | | [NET]: Add ethtool support for NETIF_F_HW_CSUM. | Jon Mason | 2005-05-30 | 1 | -1/+11 |
* | | [BRIDGE]: make dev->features unsigned | Stephen Hemminger | 2005-05-29 | 1 | -1/+1 |
* | | [BRIDGE]: features change notification | Stephen Hemminger | 2005-05-29 | 2 | -1/+19 |
|/ |
|
* | [PATCH] update Ross Biro bouncing email address | Jesper Juhl | 2005-05-06 | 2 | -2/+2 |
* | [IPV6]: Fix OOPS when using IPV6_ADDRFORM | Arnaldo Carvalho de Melo | 2005-05-05 | 1 | -4/+8 |
* | [NETFILTER]: Drop conntrack reference in ip_dev_loopback_xmit() | Patrick McHardy | 2005-05-04 | 1 | -2/+0 |
* | [NETFILTER]: Fix nf_debug_ip_local_deliver() | Patrick McHardy | 2005-05-04 | 1 | -13/+2 |
* | [NET]: Disable queueing when carrier is lost. | Tommy S. Christensen | 2005-05-04 | 1 | -0/+7 |
* | [XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv(). | David S. Miller | 2005-05-04 | 1 | -1/+3 |
* | [NETLINK]: Fix infinite loops in synchronous netlink changes. | David S. Miller | 2005-05-04 | 1 | -4/+3 |
* | [NETLINK]: Synchronous message processing. | Herbert Xu | 2005-05-03 | 1 | -9/+14 |
* | [RTNETLINK] Cleanup rtnetlink_link tables | Thomas Graf | 2005-05-03 | 1 | -3/+3 |
* | [RTNETLINK] Fix & cleanup rtm_min/rtm_max | Thomas Graf | 2005-05-03 | 1 | -18/+21 |
* | [PATCH] DocBook: fix some descriptions | Martin Waitz | 2005-05-01 | 1 | -2/+2 |
* | [PATCH] DocBook: changes and extensions to the kernel documentation | Pavel Pisa | 2005-05-01 | 3 | -26/+26 |
* | [PATCH] misc verify_area cleanups | Jesper Juhl | 2005-05-01 | 1 | -1/+1 |
* | [PATCH] Change synchronize_kernel to _rcu and _sched | Paul E. McKenney | 2005-05-01 | 1 | -1/+1 |
* | [NET]: /proc/net/stat/* header cleanup | Olaf Rempel | 2005-04-28 | 1 | -1/+1 |
* | [PATCH] kill gratitious includes of major.h under net/* | Al Viro | 2005-04-26 | 3 | -3/+0 |
* | [NET]: Document ->hard_start_xmit() locking in comments. | Ben Greear | 2005-04-25 | 1 | -0/+13 |
* | [NET]: Add missing newline for skb_*_panic | Patrick McHardy | 2005-04-22 | 1 | -4/+8 |
* | [SOCK]: on failure free the sock from the right place | Arnaldo Carvalho de Melo | 2005-04-20 | 1 | -1/+4 |
* | [NET]: skbuff: remove old NET_CALLER macro | Stephen Hemminger | 2005-04-20 | 1 | -9/+3 |
* | [RTNETLINK]: Add comma to final entry in link_rtnetlink_table | David S. Miller | 2005-04-20 | 1 | -1/+1 |
* | [RTNETLINK]: Protocol family wildcard dumping for routing rules | Thomas Graf | 2005-04-20 | 1 | -1/+2 |
* | [IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memory | Herbert Xu | 2005-04-20 | 1 | -0/+88 |
* | [PATCH] Fix dst_destroy() race | Herbert Xu | 2005-04-17 | 1 | -2/+4 |
* | [PATCH] net: don't call kmem_cache_create with a spinlock held | Arnaldo Carvalho de Melo | 2005-04-17 | 1 | -5/+4 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 26 | -0/+21067 |