aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-07pkt_sched: Fix actions referencingJamal Hadi Salim1-3/+2
2008-08-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller1-3/+12
2008-08-07tcp: (whitespace only) fix confusing indentationAdam Langley1-70/+68
2008-08-07pkt_sched: Fix qdisc config when link is down.David S. Miller1-4/+4
2008-08-07[Bluetooth] Add parameters to control BNEP header compressionMarcel Holtmann1-3/+12
2008-08-07mac80211: keep mesh ifaces in allmulti modeLuis Carlos Cobo1-1/+7
2008-08-07mac80211: fix use of skb->cb for mesh forwardingLuis Carlos Cobo5-90/+106
2008-08-07pktgen: multiqueue etc.Robert Olsson1-3/+34
2008-08-07Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller2-49/+13
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmpJeff Garzik1-27/+0
2008-08-07net/core: Allow receive on active slaves.Joe Eykholt1-2/+4
2008-08-07net/core: Allow certain receives on inactive slave.Joe Eykholt1-7/+8
2008-08-07net/core: Uninline skb_bond().Joe Eykholt1-20/+8
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng5-8/+12
2008-08-06pkt_sched: Fix "parent is root" test in qdisc_create().David S. Miller1-1/+1
2008-08-06ipv4: Fix over-ifdeffing of ip_static_sysctl_init.David S. Miller1-2/+0
2008-08-06ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela2-3/+30
2008-08-06ipsec: Interfamily IPSec BEETJoakim Koskela2-3/+5
2008-08-06netfilter: fix two recent sysctl problemsKrzysztof Piotr Oledzki2-14/+20
2008-08-06ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c.Rami Rosen1-1/+1
2008-08-06ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.Rami Rosen1-5/+5
2008-08-05AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle1-10/+4
2008-08-05pktgen: mac countRobert Olsson1-2/+2
2008-08-05pktgen: random flow Robert Olsson1-1/+5
2008-08-05bridge: Eliminate unnecessary forward delayStephen Hemminger1-7/+18
2008-08-05Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-7/+38
2008-08-05bridge: fix compile warning in net/bridge/br_netfilter.cRami Rosen1-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski9-17/+16
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski10-33/+54
2008-08-04iwlwifi: HW bug fixesTomas Winkler1-1/+1
2008-08-04mac80211: automatic IBSS channel selectionDaniel Drake1-4/+16
2008-08-04mac80211: make listen_interval be limited by low level driverTomas Winkler2-2/+9
2008-08-04mac80211: pass dtim_period to low level driverEmmanuel Grumbach2-0/+12
2008-08-03net: eliminate refcounting in backlog queueStephen Hemminger1-7/+16
2008-08-03ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun1-1/+1
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu3-9/+14
2008-08-03ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data pointerYang Hongyang1-0/+2
2008-08-03ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal1-11/+11
2008-08-03net: Add missing extra2 parameter for ip_default_ttl sysctlSven Wegener1-0/+1
2008-08-03net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek1-0/+4
2008-08-03net: fix missing pneigh entries in the neighbor seq_file codeChris Larson1-5/+6
2008-08-03net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get_idx.Chris Larson1-1/+1
2008-08-02mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove().David S. Miller1-2/+4
2008-08-02pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller2-8/+8
2008-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-21/+67
2008-08-01mac80211: fix fragmentation kludgeTomas Winkler3-5/+14
2008-08-01RFKILL: set the status of the leds on activation.Dmitry Baryshkov1-0/+12
2008-08-01RFKILL: allow one to specify led trigger nameDmitry Baryshkov1-1/+2
2008-08-01rfkill: query EV_SW states when rfkill-input (re)?connects to a input deviceHenrique de Moraes Holschuh1-15/+39
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-64/+119