aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo
2005-08-29[SOCK]: Introduce sk_cloneArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-08-29[NETFILTER]: Extend netfilter logging APIHarald Welte
2005-08-29[NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo
2005-08-29[NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte
2005-08-29[NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte
2005-08-29[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte
2005-08-29[NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()Harald Welte
2005-08-29[NET]: Remove explicit initializations of skb->input_devDavid S. Miller
2005-08-29[IPV4]: possible cleanupsAdrian Bunk
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-08-29[REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo
2005-08-29[NET]: Remove HIPPI private from skbuff.hStephen Hemminger
2005-08-29[NET]: Introduce SO_{SND,RCV}BUFFORCE socket optionsPatrick McHardy
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy
2005-08-29[NET]: Kill skb->listDavid S. Miller
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte
2005-08-11[NETPOLL]: remove unused variableMatt Mackall
2005-08-11[NETPOLL]: fix initialization/NAPI raceMatt Mackall
2005-08-11[NETPOLL]: pre-fill skb poolIngo Molnar
2005-08-11[NETPOLL]: add retry timeoutMatt Mackall
2005-08-11[NETPOLL]: netpoll_send_skb simplifyMatt Mackall
2005-08-11[NETPOLL]: deadlock bugfixJeff Moyer
2005-08-11[NETPOLL]: rx_flags bugfixJeff Moyer
2005-07-30[NET] Fix too aggressive backoff in dst garbage collectionDenis Lunev
2005-07-28[NET]: Fix busy waiting in dev_close().David S. Miller
2005-07-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl
2005-07-27[NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall
2005-07-27[NET]: Fix setsockopt locking bugKyle Moffett
2005-07-19[NET]: Fix tc_verd thinko in skb_clone()David S. Miller
2005-07-19[NET]: Only build flow.o if CONFIG_XFRM=yPatrick McHardy
2005-07-08[NET]: Fix sparse warningsVictor Fusco
2005-07-05[NET]: improve readability of dev_set_promiscuity() in net/core/dev.cDavid Chau
2005-07-05[NET]: Remove unused security member in sk_buffThomas Graf
2005-07-05[NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy
2005-07-05[NET]: Consolidate common code in net/core/filter.cPatrick McHardy
2005-07-05[NET]: Remove redundant code in net/core/filter.cPatrick McHardy
2005-06-28[NETLINK]: Missing initializations in dumped dataPatrick McHardy
2005-06-28[NETLINK]: Clear padding in netlink messagesPatrick McHardy
2005-06-26[PKTGEN]: Fix random packet sizes causing panicRobert Olsson
2005-06-23[NET]: skb_find_text() - Find a text pattern in skb dataThomas Graf
2005-06-23[NET]: Zerocopy sequential reading of skb dataThomas Graf
2005-06-23[NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger
2005-06-23[NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger
2005-06-23[NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger
2005-06-23[NET]: Remove obsolete fastroute stats.Stephen Hemminger