Age | Commit message (Expand) | Author | Files | Lines |
2005-07-20 | [NET]: Fix tc_verd thinko in skb_clone() | David S. Miller | 1 | -2/+2 |
2005-07-20 | [NET]: Only build flow.o if CONFIG_XFRM=y | Patrick McHardy | 1 | -1/+2 |
2005-07-09 | [NET]: Fix sparse warnings | Victor Fusco | 3 | -12/+18 |
2005-07-06 | [NET]: improve readability of dev_set_promiscuity() in net/core/dev.c | David Chau | 1 | -2/+3 |
2005-07-06 | [NET]: Remove unused security member in sk_buff | Thomas Graf | 1 | -2/+0 |
2005-07-06 | [NET]: net/core/filter.c: make len cover the entire packet | Patrick McHardy | 1 | -6/+2 |
2005-07-06 | [NET]: Consolidate common code in net/core/filter.c | Patrick McHardy | 1 | -57/+33 |
2005-07-06 | [NET]: Remove redundant code in net/core/filter.c | Patrick McHardy | 1 | -12/+0 |
2005-06-28 | [NETLINK]: Missing initializations in dumped data | Patrick McHardy | 3 | -0/+8 |
2005-06-28 | [NETLINK]: Clear padding in netlink messages | Patrick McHardy | 1 | -0/+1 |
2005-06-27 | [PKTGEN]: Fix random packet sizes causing panic | Robert Olsson | 1 | -16/+13 |
2005-06-24 | [NET]: skb_find_text() - Find a text pattern in skb data | Thomas Graf | 1 | -0/+40 |
2005-06-24 | [NET]: Zerocopy sequential reading of skb data | Thomas Graf | 1 | -0/+117 |
2005-06-24 | [NET]: Separate two usages of netdev_max_backlog. | Stephen Hemminger | 2 | -3/+12 |
2005-06-24 | [NET]: Eliminate netif_rx massive packet drops. | Stephen Hemminger | 1 | -19/+2 |
2005-06-24 | [NET]: Remove obsolete netif_rx congestion sensing mechanism. | Stephen Hemminger | 2 | -123/+1 |
2005-06-24 | [NET]: Remove obsolete fastroute stats. | Stephen Hemminger | 2 | -9/+2 |
2005-06-23 | [PATCH] create a kstrdup library function | Paulo Marques | 2 | -16/+2 |
2005-06-23 | [NETPOLL]: allow multiple netpoll_clients to register against one interface | Jeff Moyer | 1 | -10/+29 |
2005-06-23 | [NETPOLL]: Introduce a netpoll_info struct | Jeff Moyer | 1 | -19/+38 |
2005-06-22 | [NETFILTER]: Kill nf_debug | Patrick McHardy | 2 | -144/+0 |
2005-06-19 | [NETLINK]: Set correct pid for ioctl originating netlink events | Jamal Hadi Salim | 1 | -1/+1 |
2005-06-19 | [NETLINK]: Correctly set NLM_F_MULTI without checking the pid | Jamal Hadi Salim | 2 | -12/+15 |
2005-06-19 | [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags | Thomas Graf | 1 | -4/+4 |
2005-06-19 | [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms | Thomas Graf | 1 | -1/+3 |
2005-06-19 | [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses. | Thomas Graf | 1 | -4/+4 |
2005-06-19 | [NETLINK]: Neighbour table configuration and statistics via rtnetlink | Thomas Graf | 2 | -11/+326 |
2005-06-19 | [NET]: Move sysctl_max_syn_backlog into request_sock.c | David S. Miller | 1 | -0/+16 |
2005-06-19 | [NET] rename struct tcp_listen_opt to struct listen_sock | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2005-06-19 | [NET] Generalise tcp_listen_opt | Arnaldo Carvalho de Melo | 2 | -1/+50 |
2005-06-19 | [NET] Generalise TCP's struct open_request minisock infrastructure | Arnaldo Carvalho de Melo | 1 | -0/+35 |
2005-06-18 | Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net... | Linus Torvalds | 1 | -2/+72 |
2005-06-09 | [NET]: Fix sysctl net.core.dev_weight | Stephen Hemminger | 1 | -0/+1 |
2005-06-09 | [NET]: Allow controlling NAPI device weight with sysfs | Stephen Hemminger | 1 | -0/+17 |
2005-06-07 | [ETHTOOL]: Check correct pointer in ethtool_set_coalesce(). | David S. Miller | 1 | -1/+1 |
2005-06-05 | Automatic merge of /spare/repo/netdev-2.6 branch we18 | | 1 | -2/+72 |
2005-05-30 | [NET]: Use %lx for netdev->features sysfs formatting. | David S. Miller | 1 | -1/+2 |
2005-05-30 | [NET]: Add ethtool support for NETIF_F_HW_CSUM. | Jon Mason | 1 | -1/+11 |
2005-05-30 | [BRIDGE]: make dev->features unsigned | Stephen Hemminger | 1 | -1/+1 |
2005-05-30 | [BRIDGE]: features change notification | Stephen Hemminger | 2 | -1/+19 |
2005-05-13 | [PATCH] Wireless Extensions 18 (aka WPA) | | 1 | -2/+72 |
2005-05-06 | [PATCH] update Ross Biro bouncing email address | Jesper Juhl | 2 | -2/+2 |
2005-05-06 | [IPV6]: Fix OOPS when using IPV6_ADDRFORM | Arnaldo Carvalho de Melo | 1 | -4/+8 |
2005-05-04 | [NETFILTER]: Drop conntrack reference in ip_dev_loopback_xmit() | Patrick McHardy | 1 | -2/+0 |
2005-05-04 | [NETFILTER]: Fix nf_debug_ip_local_deliver() | Patrick McHardy | 1 | -13/+2 |
2005-05-04 | [NET]: Disable queueing when carrier is lost. | Tommy S. Christensen | 1 | -0/+7 |
2005-05-04 | [XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv(). | David S. Miller | 1 | -1/+3 |
2005-05-04 | [NETLINK]: Fix infinite loops in synchronous netlink changes. | David S. Miller | 1 | -4/+3 |
2005-05-04 | [NETLINK]: Synchronous message processing. | Herbert Xu | 1 | -9/+14 |
2005-05-04 | [RTNETLINK] Cleanup rtnetlink_link tables | Thomas Graf | 1 | -3/+3 |