aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* [NETFILTER]: Extend netfilter logging APIHarald Welte2005-08-291-17/+110
* [NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo2005-08-291-5/+1
* [NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte2005-08-291-7/+33
* [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte2005-08-291-12/+54
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-291-1/+1
* [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte2005-08-291-72/+0
* [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()Harald Welte2005-08-291-3/+3
* [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-291-5/+5
* [IPV4]: possible cleanupsAdrian Bunk2005-08-291-1/+0
* [NET]: Kill skb->real_devDavid S. Miller2005-08-292-18/+19
* [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo2005-08-291-0/+26
* [NET]: Remove HIPPI private from skbuff.hStephen Hemminger2005-08-291-3/+0
* [NET]: Introduce SO_{SND,RCV}BUFFORCE socket optionsPatrick McHardy2005-08-291-2/+16
* [NET]: Kill skb->tc_classidPatrick McHardy2005-08-291-2/+0
* [NET]: Kill skb->listDavid S. Miller2005-08-291-33/+24
* [NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte2005-08-291-2/+0
* [NETPOLL]: remove unused variableMatt Mackall2005-08-111-1/+0
* [NETPOLL]: fix initialization/NAPI raceMatt Mackall2005-08-112-4/+8
* [NETPOLL]: pre-fill skb poolIngo Molnar2005-08-111-0/+4
* [NETPOLL]: add retry timeoutMatt Mackall2005-08-111-3/+10
* [NETPOLL]: netpoll_send_skb simplifyMatt Mackall2005-08-111-20/+22
* [NETPOLL]: deadlock bugfixJeff Moyer2005-08-111-3/+0
* [NETPOLL]: rx_flags bugfixJeff Moyer2005-08-111-0/+1
* [NET] Fix too aggressive backoff in dst garbage collectionDenis Lunev2005-07-301-4/+11
* [NET]: Fix busy waiting in dev_close().David S. Miller2005-07-281-2/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-07-272-7/+43
|\
| * [NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall2005-07-271-1/+36
| * [NET]: Fix setsockopt locking bugKyle Moffett2005-07-271-6/+7
* | [PATCH] clean up inline static vs static inlineJesper Juhl2005-07-271-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-051-2/+3
* [NET]: Remove unused security member in sk_buffThomas Graf2005-07-051-2/+0
* [NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy2005-07-051-6/+2
* [NET]: Consolidate common code in net/core/filter.cPatrick McHardy2005-07-051-57/+33
* [NET]: Remove redundant code in net/core/filter.cPatrick McHardy2005-07-051-12/+0
* [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-261-16/+13
* [NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf2005-06-231-0/+40
* [NET]: Zerocopy sequential reading of skb dataThomas Graf2005-06-231-0/+117
* [NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger2005-06-232-3/+12
* [NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger2005-06-231-19/+2
* [NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger2005-06-232-123/+1
* [NET]: Remove obsolete fastroute stats.Stephen Hemminger2005-06-232-9/+2
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-232-16/+2
* [NETPOLL]: allow multiple netpoll_clients to register against one interfaceJeff Moyer2005-06-221-10/+29
* [NETPOLL]: Introduce a netpoll_info structJeff Moyer2005-06-221-19/+38
* [NETFILTER]: Kill nf_debugPatrick McHardy2005-06-212-144/+0