summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2005-04-03[NET]: Missing proto_list_lock initialization.James Bottomley-1/+1
2005-04-02Merge tgraf@kernel.bkbits.net:/home/tgraf/net-2.6-tcf_extsThomas Graf-17/+31
2005-04-01[NET]: Improve gnet_stats_* dumping logic to be less error proneThomas Graf-13/+24
2005-04-01[NET]: Allow dumping of application specific statistics if no primary TLV is ...Thomas Graf-4/+7
2005-03-31Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller-42/+177
2005-03-30Merge bk://kernel.bkbits.net/tgraf/net-2.6-tcf_extsDavid S. Miller-3/+7
2005-03-30[NET]: NULL pointer bug in netpoll.cjan.kiszka@web.de-3/+4
2005-03-29[NET]: Make primary TLV type optionalThomas Graf-3/+7
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo-42/+177
2005-03-22[ATM]: Remove bridge/lec interdependencyChas Williams-0/+6
2005-03-22[NETPOLL]: netpoll_queue needs to be exported to modulesDavid S. Miller-0/+1
2005-03-22[NETPOLL]: Do not use __smp_processor_id().David S. Miller-3/+3
2005-03-22[NETPOLL]: Fix racy dev->flags usageMatt Mackall-4/+1
2005-03-22[NETPOLL]: Carrier clarificationMatt Mackall-4/+9
2005-03-22[NETPOLL]: Avoid kfree_skb() on packets with destructorMatt Mackall-1/+4
2005-03-22[NETPOLL]: Handle xmit_lock recursion similarlyMatt Mackall-2/+3
2005-03-22[NETPOLL]: Add optional dropping and queueing supportMatt Mackall-2/+57
2005-03-22[NETPOLL]: Fix ->poll() lockingMatt Mackall-9/+24
2005-03-22[NETPOLL]: Add netpoll pointer to net_deviceMatt Mackall-62/+27
2005-03-22[NETPOLL]: Filter inlinesMatt Mackall-13/+13
2005-03-22[NETPOLL]: Shorten carrier detect timeout.Matt Mackall-2/+2
2005-03-17[NETPOLL]: Align UDP packets to NET_IP_ALIGN.Sven Henkel-1/+1
2005-03-16[NET]: Save space for sk_alloc_slab() failure message.Hideaki Yoshifuji-1/+7
2005-03-15[PKTGEN]: Fix maintainence of next_tx_{us,ns}.Robert Olsson-13/+6
2005-03-16[NET] Convert sk_localroute into SOCK_LOCALROUTE flag and use RT_CONN_FLAGS w...Thomas Graf-2/+5
2005-03-16[NET] Convert sk_rcvtstamp into SOCK_RCVTSTAMP flagThomas Graf-3/+5
2005-03-16[NET] Convert sk_debug into SOCK_DBG flagThomas Graf-2/+4
2005-03-16[NET] Convert sk_user_write_queue into SOCK_USE_WRITE_QUEUE flagThomas Graf-1/+1
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf-1/+2
2005-03-14[NET]: Need to export dev_get_flags() to modules.Andrew Morton-0/+1
2005-03-14Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds-4/+7
2005-03-14[PKTGEN]: Fix thread_lock() usage.Robert Olsson-4/+7
2005-03-11[PATCH] docbook: update function parameter description in network codeMartin Waitz-1/+4
2005-03-11Undo the netfilter undo - the next patch fixes the regression it caused.Linus Torvalds-40/+29
2005-03-10Cset exclude: bdschuym@pandora.be|ChangeSet|20050310042817|04711Linus Torvalds-29/+40
2005-03-10[PKTGEN]: Use __in_dev_put().Robert Olsson-2/+2
2005-03-09MergeDavid S. Miller-8/+45
2005-03-09[NEIGH]: Provide number of probes to userspaceThomas Graf-0/+3
2005-03-09[NEIGH]: rtnetlink neighbour cleanupsThomas Graf-29/+31
2005-03-09[NET]: Remove dead skb_iter codeStephen Hemminger-67/+0
2005-03-09[NET]: Passcred cleanup in struct sockHerbert Pƶtzl-2/+5
2005-03-09[NETFILTER]: Reduce call chain length in netfilter (take 2)Bart De Schuymer-40/+29
2005-03-06Merge pobox.com:/garz/repo/netdev-2.6/bondingJeff Garzik-11/+17
2005-03-05Merge nuts.davemloft.net:/disk1/BK/net-2.6.12David S. Miller-37/+19
2005-03-04[NET] NEIGHBOUR: Add retrans_time_ms and reachable_time_ms sysctls.Hideaki Yoshifuji-13/+44
2005-03-04[IPV6] NDISC: NEWLINK notification on change of Reachable TimeHideaki Yoshifuji-0/+5
2005-03-04[NET] NEIGHBOUR: Add hook for sysctl strategy.Hideaki Yoshifuji-2/+3
2005-02-23[PKTGEN]: reduce stack usageRobert Olsson-17/+6
2005-02-23Merge nuts.davemloft.net:/disk1/BK/net-2.6David S. Miller-11/+14
2005-02-23[PKTGEN]: Replace interruptible_sleep_on_timeout()Robert Olsson-11/+14