| Commit message (Expand) | Author | Age | Files | Lines |
* | [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy | Arnaldo Carvalho de Melo | 2005-08-29 | 1 | -0/+26 |
* | [NET]: Remove HIPPI private from skbuff.h | Stephen Hemminger | 2005-08-29 | 1 | -3/+0 |
* | [NET]: Introduce SO_{SND,RCV}BUFFORCE socket options | Patrick McHardy | 2005-08-29 | 1 | -2/+16 |
* | [NET]: Kill skb->tc_classid | Patrick McHardy | 2005-08-29 | 1 | -2/+0 |
* | [NET]: Kill skb->list | David S. Miller | 2005-08-29 | 1 | -33/+24 |
* | [NETFILTER]: reduce netfilter sk_buff enlargement | Harald Welte | 2005-08-29 | 1 | -2/+0 |
* | [NETPOLL]: remove unused variable | Matt Mackall | 2005-08-11 | 1 | -1/+0 |
* | [NETPOLL]: fix initialization/NAPI race | Matt Mackall | 2005-08-11 | 2 | -4/+8 |
* | [NETPOLL]: pre-fill skb pool | Ingo Molnar | 2005-08-11 | 1 | -0/+4 |
* | [NETPOLL]: add retry timeout | Matt Mackall | 2005-08-11 | 1 | -3/+10 |
* | [NETPOLL]: netpoll_send_skb simplify | Matt Mackall | 2005-08-11 | 1 | -20/+22 |
* | [NETPOLL]: deadlock bugfix | Jeff Moyer | 2005-08-11 | 1 | -3/+0 |
* | [NETPOLL]: rx_flags bugfix | Jeff Moyer | 2005-08-11 | 1 | -0/+1 |
* | [NET] Fix too aggressive backoff in dst garbage collection | Denis Lunev | 2005-07-30 | 1 | -4/+11 |
* | [NET]: Fix busy waiting in dev_close(). | David S. Miller | 2005-07-28 | 1 | -2/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2005-07-27 | 2 | -7/+43 |
|\ |
|
| * | [NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.c | Matt Mackall | 2005-07-27 | 1 | -1/+36 |
| * | [NET]: Fix setsockopt locking bug | Kyle Moffett | 2005-07-27 | 1 | -6/+7 |
* | | [PATCH] clean up inline static vs static inline | Jesper Juhl | 2005-07-27 | 1 | -1/+1 |
|/ |
|
* | [NET]: Fix tc_verd thinko in skb_clone() | David S. Miller | 2005-07-19 | 1 | -2/+2 |
* | [NET]: Only build flow.o if CONFIG_XFRM=y | Patrick McHardy | 2005-07-19 | 1 | -1/+2 |
* | [NET]: Fix sparse warnings | Victor Fusco | 2005-07-08 | 3 | -12/+18 |
* | [NET]: improve readability of dev_set_promiscuity() in net/core/dev.c | David Chau | 2005-07-05 | 1 | -2/+3 |
* | [NET]: Remove unused security member in sk_buff | Thomas Graf | 2005-07-05 | 1 | -2/+0 |
* | [NET]: net/core/filter.c: make len cover the entire packet | Patrick McHardy | 2005-07-05 | 1 | -6/+2 |
* | [NET]: Consolidate common code in net/core/filter.c | Patrick McHardy | 2005-07-05 | 1 | -57/+33 |
* | [NET]: Remove redundant code in net/core/filter.c | Patrick McHardy | 2005-07-05 | 1 | -12/+0 |
* | [NETLINK]: Missing initializations in dumped data | Patrick McHardy | 2005-06-28 | 3 | -0/+8 |
* | [NETLINK]: Clear padding in netlink messages | Patrick McHardy | 2005-06-28 | 1 | -0/+1 |
* | [PKTGEN]: Fix random packet sizes causing panic | Robert Olsson | 2005-06-26 | 1 | -16/+13 |
* | [NET]: skb_find_text() - Find a text pattern in skb data | Thomas Graf | 2005-06-23 | 1 | -0/+40 |
* | [NET]: Zerocopy sequential reading of skb data | Thomas Graf | 2005-06-23 | 1 | -0/+117 |
* | [NET]: Separate two usages of netdev_max_backlog. | Stephen Hemminger | 2005-06-23 | 2 | -3/+12 |
* | [NET]: Eliminate netif_rx massive packet drops. | Stephen Hemminger | 2005-06-23 | 1 | -19/+2 |
* | [NET]: Remove obsolete netif_rx congestion sensing mechanism. | Stephen Hemminger | 2005-06-23 | 2 | -123/+1 |
* | [NET]: Remove obsolete fastroute stats. | Stephen Hemminger | 2005-06-23 | 2 | -9/+2 |
* | [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-22 | 1 | -10/+29 |
* | [NETPOLL]: Introduce a netpoll_info struct | Jeff Moyer | 2005-06-22 | 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-18 | 1 | -1/+1 |
* | [NETLINK]: Correctly set NLM_F_MULTI without checking the pid | Jamal Hadi Salim | 2005-06-18 | 2 | -12/+15 |
* | [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flags | Thomas Graf | 2005-06-18 | 1 | -4/+4 |
* | [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parms | Thomas Graf | 2005-06-18 | 1 | -1/+3 |
* | [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses. | Thomas Graf | 2005-06-18 | 1 | -4/+4 |
* | [NETLINK]: Neighbour table configuration and statistics via rtnetlink | Thomas Graf | 2005-06-18 | 2 | -11/+326 |
* | [NET]: Move sysctl_max_syn_backlog into request_sock.c | David S. Miller | 2005-06-18 | 1 | -0/+16 |
* | [NET] rename struct tcp_listen_opt to struct listen_sock | Arnaldo Carvalho de Melo | 2005-06-18 | 1 | -2/+2 |
* | [NET] Generalise tcp_listen_opt | Arnaldo Carvalho de Melo | 2005-06-18 | 2 | -1/+50 |
* | [NET] Generalise TCP's struct open_request minisock infrastructure | Arnaldo Carvalho de Melo | 2005-06-18 | 1 | -0/+35 |