summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Remove HIPPI private from skbuff.hStephen Hemminger2005-08-301-3/+0Star
* [NET]: Introduce SO_{SND,RCV}BUFFORCE socket optionsPatrick McHardy2005-08-301-2/+16
* [NET]: Kill skb->tc_classidPatrick McHardy2005-08-301-2/+0Star
* [NET]: Kill skb->listDavid S. Miller2005-08-301-33/+24Star
* [NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte2005-08-301-2/+0Star
* [NETPOLL]: remove unused variableMatt Mackall2005-08-121-1/+0Star
* [NETPOLL]: fix initialization/NAPI raceMatt Mackall2005-08-122-4/+8
* [NETPOLL]: pre-fill skb poolIngo Molnar2005-08-121-0/+4
* [NETPOLL]: add retry timeoutMatt Mackall2005-08-121-3/+10
* [NETPOLL]: netpoll_send_skb simplifyMatt Mackall2005-08-121-20/+22
* [NETPOLL]: deadlock bugfixJeff Moyer2005-08-121-3/+0Star
* [NETPOLL]: rx_flags bugfixJeff Moyer2005-08-121-0/+1
* [NET] Fix too aggressive backoff in dst garbage collectionDenis Lunev2005-07-311-4/+11
* [NET]: Fix busy waiting in dev_close().David S. Miller2005-07-281-2/+1Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-07-282-7/+43
|\
| * [NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall2005-07-281-1/+36
| * [NET]: Fix setsockopt locking bugKyle Moffett2005-07-271-6/+7
* | [PATCH] clean up inline static vs static inlineJesper Juhl2005-07-281-1/+1
|/
* [NET]: Fix tc_verd thinko in skb_clone()David S. Miller2005-07-191-2/+2
* [NET]: Only build flow.o if CONFIG_XFRM=yPatrick McHardy2005-07-191-1/+2
* [NET]: Fix sparse warningsVictor Fusco2005-07-083-12/+18
* [NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau2005-07-061-2/+3
* [NET]: Remove unused security member in sk_buffThomas Graf2005-07-051-2/+0Star
* [NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy2005-07-051-6/+2Star
* [NET]: Consolidate common code in net/core/filter.cPatrick McHardy2005-07-051-57/+33Star
* [NET]: Remove redundant code in net/core/filter.cPatrick McHardy2005-07-051-12/+0Star
* [NETLINK]: Missing initializations in dumped dataPatrick McHardy2005-06-283-0/+8
* [NETLINK]: Clear padding in netlink messagesPatrick McHardy2005-06-281-0/+1
* [PKTGEN]: Fix random packet sizes causing panicRobert Olsson2005-06-271-16/+13Star
* [NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf2005-06-241-0/+40
* [NET]: Zerocopy sequential reading of skb dataThomas Graf2005-06-241-0/+117
* [NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger2005-06-242-3/+12
* [NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger2005-06-241-19/+2Star
* [NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger2005-06-242-123/+1Star
* [NET]: Remove obsolete fastroute stats.Stephen Hemminger2005-06-242-9/+2Star
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-232-16/+2Star
* [NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer2005-06-231-10/+29
* [NETPOLL]: Introduce a netpoll_info structJeff Moyer2005-06-231-19/+38
* [NETFILTER]: Kill nf_debugPatrick McHardy2005-06-212-144/+0Star
* [NETLINK]: Set correct pid for ioctl originating netlink eventsJamal Hadi Salim2005-06-191-1/+1
* [NETLINK]: Correctly set NLM_F_MULTI without checking the pidJamal Hadi Salim2005-06-192-12/+15
* [NETLINK]: Introduce NLMSG_NEW macro to better handle netlink flagsThomas Graf2005-06-191-4/+4
* [NEIGH]: Fix use of uninitialized variable when trimming in neightbl_fill_parmsThomas Graf2005-06-191-1/+3
* [NETLINK]: Kill bogus NLMSG_SET_MULTIPART uses.Thomas Graf2005-06-191-4/+4
* [NETLINK]: Neighbour table configuration and statistics via rtnetlinkThomas Graf2005-06-192-11/+326
* [NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller2005-06-191-0/+16
* [NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo2005-06-191-2/+2
* [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-192-1/+50
* [NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo2005-06-191-0/+35
* Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/net...Linus Torvalds2005-06-181-2/+72
|\