summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2005-09-081-24/+34
|\
| * [PATCH] WE-19 for kernel 2.6.13Jean Tourrilhes2005-09-071-24/+34
* | [NET]: proto_unregister: fix sleeping while atomicPatrick McHardy2005-09-071-3/+2Star
* | [NET]: Make sure l_linger is unsigned to avoid negative timeoutsEric Dumazet2005-09-061-2/+2
|/
* Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2005-09-061-1/+1
|\
| * [PATCH] (7/7) __user annotations (ethtool)viro@ftp.linux.org.uk2005-09-051-1/+1
* | [NET]: 2.6.13 breaks libpcap (and tcpdump)Herbert Xu2005-09-061-3/+3
* | [NET]: Do not protect sysctl_optmem_max with CONFIG_SYSCTLDavid S. Miller2005-09-061-1/+1
|/
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-302-3/+3
* [NET]: Add support for getting the permanent hardware address.Jon Wetzel2005-08-301-0/+49
* [NET]: Implement SKB fast cloning.David S. Miller2005-08-301-10/+72
* [NET]: Fix sparse warningsArnaldo Carvalho de Melo2005-08-304-17/+4Star
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-301-1/+2
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-303-9/+9
* [NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy2005-08-303-14/+29
* [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte2005-08-302-738/+0Star
* [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo2005-08-301-0/+1
* [SOCK]: Introduce sk_cloneArnaldo Carvalho de Melo2005-08-301-0/+74
* [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo2005-08-301-1/+34
* [TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo2005-08-301-3/+3
* [NETFILTER]: Extend netfilter logging APIHarald Welte2005-08-301-17/+110
* [NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo2005-08-301-5/+1Star
* [NETFILTER]: Core changes required by upcoming nfnetlink_queue codeHarald Welte2005-08-301-7/+33
* [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer.Harald Welte2005-08-301-12/+54
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-301-1/+1
* [NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte2005-08-301-72/+0Star
* [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable()Harald Welte2005-08-301-3/+3
* [NET]: Remove explicit initializations of skb->input_devDavid S. Miller2005-08-301-5/+5
* [IPV4]: possible cleanupsAdrian Bunk2005-08-301-1/+0Star
* [NET]: Kill skb->real_devDavid S. Miller2005-08-302-18/+19
* [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo2005-08-301-0/+26
* [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