summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2008-08-07pkt_sched: Fix actions referencingJamal Hadi Salim-3/+2
2008-08-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller-3/+12
2008-08-07tcp: (whitespace only) fix confusing indentationAdam Langley-70/+68
2008-08-07pkt_sched: Fix qdisc config when link is down.David S. Miller-4/+4
2008-08-07[Bluetooth] Add parameters to control BNEP header compressionMarcel Holtmann-3/+12
2008-08-07mac80211: keep mesh ifaces in allmulti modeLuis Carlos Cobo-1/+7
2008-08-07mac80211: fix use of skb->cb for mesh forwardingLuis Carlos Cobo-90/+106
2008-08-07pktgen: multiqueue etc.Robert Olsson-3/+34
2008-08-07Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller-49/+13
2008-08-07Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chri...Jeff Garzik-27/+0
2008-08-07net/core: Allow receive on active slaves.Joe Eykholt-2/+4
2008-08-07net/core: Allow certain receives on inactive slave.Joe Eykholt-7/+8
2008-08-07net/core: Uninline skb_bond().Joe Eykholt-20/+8
2008-08-06tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookupGui Jianfeng-8/+12
2008-08-06pkt_sched: Fix "parent is root" test in qdisc_create().David S. Miller-1/+1
2008-08-06ipv4: Fix over-ifdeffing of ip_static_sysctl_init.David S. Miller-2/+0
2008-08-06ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outerJoakim Koskela-3/+30
2008-08-06ipsec: Interfamily IPSec BEETJoakim Koskela-3/+5
2008-08-06netfilter: fix two recent sysctl problemsKrzysztof Piotr Oledzki-14/+20
2008-08-06ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c.Rami Rosen-1/+1
2008-08-06ipv4: replace dst_metric() with dst_mtu() in net/ipv4/route.c.Rami Rosen-5/+5
2008-08-05AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle-10/+4
2008-08-05pktgen: mac countRobert Olsson-2/+2
2008-08-05pktgen: random flow Robert Olsson-1/+5
2008-08-05bridge: Eliminate unnecessary forward delayStephen Hemminger-7/+18
2008-08-05Merge branch 'no-ath9k' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...David S. Miller-7/+38
2008-08-05bridge: fix compile warning in net/bridge/br_netfilter.cRami Rosen-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski-17/+16
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski-33/+54
2008-08-04iwlwifi: HW bug fixesTomas Winkler-1/+1
2008-08-04mac80211: automatic IBSS channel selectionDaniel Drake-4/+16
2008-08-04mac80211: make listen_interval be limited by low level driverTomas Winkler-2/+9
2008-08-04mac80211: pass dtim_period to low level driverEmmanuel Grumbach-0/+12
2008-08-03net: eliminate refcounting in backlog queueStephen Hemminger-7/+16
2008-08-03ipv6: Do not drop packet if skb->local_df is set to trueWei Yongjun-1/+1
2008-08-03sctp: Drop ipfargok in sctp_xmit functionHerbert Xu-9/+14
2008-08-03ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data po...Yang Hongyang-0/+2
2008-08-03ipv6: syncookies: free reqsk on xfrm_lookup errorFlorian Westphal-11/+11
2008-08-03net: Add missing extra2 parameter for ip_default_ttl sysctlSven Wegener-0/+1
2008-08-03net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek-0/+4
2008-08-03net: fix missing pneigh entries in the neighbor seq_file codeChris Larson-5/+6
2008-08-03net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get...Chris Larson-1/+1
2008-08-02mac80211: Use queue_lock() in ieee80211_ht_agg_queue_remove().David S. Miller-2/+4
2008-08-02pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller-8/+8
2008-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-21/+67
2008-08-01mac80211: fix fragmentation kludgeTomas Winkler-5/+14
2008-08-01RFKILL: set the status of the leds on activation.Dmitry Baryshkov-0/+12
2008-08-01RFKILL: allow one to specify led trigger nameDmitry Baryshkov-1/+2
2008-08-01rfkill: query EV_SW states when rfkill-input (re)?connects to a input deviceHenrique de Moraes Holschuh-15/+39
2008-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-64/+119