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