summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2005-04-19[SOCK]: on failure free the sock from the right placeArnaldo Carvalho de Melo
2005-04-19[NET]: skbuff: remove old NET_CALLER macroStephen Hemminger
2005-04-19[RTNETLINK]: Add comma to final entry in link_rtnetlink_tableDavid S. Miller
2005-04-19[RTNETLINK]: Protocol family wildcard dumping for routing rulesThomas Graf
2005-04-19[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memoryHerbert Xu
2005-04-16[PATCH] Fix dst_destroy() raceHerbert Xu
2005-04-16[PATCH] net: don't call kmem_cache_create with a spinlock heldArnaldo Carvalho de Melo
2005-04-03[NET]: Missing proto_list_lock initialization.James Bottomley
2005-04-02Merge tgraf@kernel.bkbits.net:/home/tgraf/net-2.6-tcf_extsThomas Graf
2005-04-01[NET]: Improve gnet_stats_* dumping logic to be less error proneThomas Graf
2005-04-01[NET]: Allow dumping of application specific statistics if no primary TLV is ...Thomas Graf
2005-03-31Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller
2005-03-30Merge bk://kernel.bkbits.net/tgraf/net-2.6-tcf_extsDavid S. Miller
2005-03-30[NET]: NULL pointer bug in netpoll.cjan.kiszka@web.de
2005-03-29[NET]: Make primary TLV type optionalThomas Graf
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-03-22[ATM]: Remove bridge/lec interdependencyChas Williams
2005-03-22[NETPOLL]: netpoll_queue needs to be exported to modulesDavid S. Miller
2005-03-22[NETPOLL]: Do not use __smp_processor_id().David S. Miller
2005-03-22[NETPOLL]: Fix racy dev->flags usageMatt Mackall
2005-03-22[NETPOLL]: Carrier clarificationMatt Mackall
2005-03-22[NETPOLL]: Avoid kfree_skb() on packets with destructorMatt Mackall
2005-03-22[NETPOLL]: Handle xmit_lock recursion similarlyMatt Mackall
2005-03-22[NETPOLL]: Add optional dropping and queueing supportMatt Mackall
2005-03-22[NETPOLL]: Fix ->poll() lockingMatt Mackall
2005-03-22[NETPOLL]: Add netpoll pointer to net_deviceMatt Mackall
2005-03-22[NETPOLL]: Filter inlinesMatt Mackall
2005-03-22[NETPOLL]: Shorten carrier detect timeout.Matt Mackall
2005-03-17[NETPOLL]: Align UDP packets to NET_IP_ALIGN.Sven Henkel
2005-03-16[NET]: Save space for sk_alloc_slab() failure message.Hideaki Yoshifuji
2005-03-15[PKTGEN]: Fix maintainence of next_tx_{us,ns}.Robert Olsson
2005-03-16[NET] Convert sk_localroute into SOCK_LOCALROUTE flag and use RT_CONN_FLAGS w...Thomas Graf
2005-03-16[NET] Convert sk_rcvtstamp into SOCK_RCVTSTAMP flagThomas Graf
2005-03-16[NET] Convert sk_debug into SOCK_DBG flagThomas Graf
2005-03-16[NET] Convert sk_user_write_queue into SOCK_USE_WRITE_QUEUE flagThomas Graf
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf
2005-03-14[NET]: Need to export dev_get_flags() to modules.Andrew Morton
2005-03-14Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds
2005-03-14[PKTGEN]: Fix thread_lock() usage.Robert Olsson
2005-03-11[PATCH] docbook: update function parameter description in network codeMartin Waitz
2005-03-11Undo the netfilter undo - the next patch fixes the regression it caused.Linus Torvalds
2005-03-10Cset exclude: bdschuym@pandora.be|ChangeSet|20050310042817|04711Linus Torvalds
2005-03-10[PKTGEN]: Use __in_dev_put().Robert Olsson
2005-03-09MergeDavid S. Miller
2005-03-09[NEIGH]: Provide number of probes to userspaceThomas Graf
2005-03-09[NEIGH]: rtnetlink neighbour cleanupsThomas Graf
2005-03-09[NET]: Remove dead skb_iter codeStephen Hemminger
2005-03-09[NET]: Passcred cleanup in struct sockHerbert Pƶtzl
2005-03-09[NETFILTER]: Reduce call chain length in netfilter (take 2)Bart De Schuymer
2005-03-06Merge pobox.com:/garz/repo/netdev-2.6/bondingJeff Garzik