aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-10inetpeer: Abstract address representation further.David S. Miller3-5/+5
2011-02-09net: rename group sysfs entry to netdev_groupXiaotian Feng1-1/+1
2011-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller2-2/+2
2011-02-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-33/+68
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller2-2/+0
2011-02-08net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller1-11/+16
2011-02-08net/caif: Fix dangling list pointer in freed object on error.David S. Miller1-2/+2
2011-02-08ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel1-6/+19
2011-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller15-158/+471
2011-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-3/+10
2011-02-07Merge branch 'batman-adv/merge' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller1-5/+10
2011-02-08batman-adv: Linearize fragment packets before mergeSven Eckelmann1-5/+10
2011-02-07x25: possible skb leak on bad facilitiesandrew hendry2-12/+30
2011-02-07mac80211: remove unneeded checkDan Carpenter1-1/+1
2011-02-07mac80211: Update comments on radiotap MCS indexMohammed Shafi Shajakhan1-5/+2
2011-02-07mac80211: as a 4-addr station, do not receive packets for other stationsFelix Fietkau1-1/+2
2011-02-07mac80211: Make some mlme timers module paramaters.Ben Greear1-11/+23
2011-02-07mac80211: fix the skb cloned check in the tx pathFelix Fietkau1-1/+1
2011-02-07IPVS: precedence bug in ip_vs_sync_switch_mode()Dan Carpenter1-1/+1
2011-02-04inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller6-68/+105
2011-02-04ipv4: Don't miss existing cached metrics in new routes.David S. Miller1-14/+17
2011-02-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller12-17/+164
2011-02-04mac80211: Optimize scans on current operating channel.Ben Greear7-89/+214
2011-02-04mac80211: do not send duplicate data frames to the cooked monitor interfaceFelix Fietkau1-1/+1
2011-02-04mac80211: do not restart ps timer during scan or offchannelRajkumar Manoharan1-1/+4
2011-02-04mac80211: fix race between next beacon dtim and ieee80211_get_buffered_bcChristian Lamparter2-1/+4
2011-02-04bridge: Don't put partly initialized fdb into hashPavel Emelyanov1-2/+2
2011-02-03net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2-0/+94
2011-02-03net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller1-0/+30
2011-02-03net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller1-1/+1
2011-02-03mac80211: Add testing functionality for TKIPJouni Malinen2-1/+108
2011-02-03mac80211: Remove obsolete TKIP flexibilityJouni Malinen1-25/+7
2011-02-03mac80211: allow GO to scan like APJohannes Berg1-2/+5
2011-02-03mac80211: pass up beacons from external BSS when operating as APArik Nemtsov1-1/+2
2011-02-03mac80211: add HW flag for disabling auto link-PS in AP modeArik Nemtsov3-3/+31
2011-02-03mac80211: do not calc frame duration when using HW rate-controlArik Nemtsov1-1/+2
2011-02-03mac80211: Recalculate channel-type on iface removal.Ben Greear1-1/+8
2011-02-03cfg80211: Fix power save state after interface type changeJuuso Oikarinen1-7/+13
2011-02-03mac80211: Warn users if HT fails because of freq mismatch.Ben Greear1-4/+22
2011-02-03mac80211: Show configured channel-type in netdev debugfs.Ben Greear1-0/+6
2011-02-03mac80211: Be more careful when changing channels.Ben Greear1-3/+16
2011-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-6/+50
2011-02-03IPVS: Use correct lock in SCTP moduleSimon Horman1-1/+1
2011-02-02sch_choke: Need linux/vmalloc.hDavid S. Miller1-0/+1
2011-02-02sched: CHOKe flow schedulerstephen hemminger3-0/+689
2011-02-02sfq: deadlock in error pathstephen hemminger1-4/+5
2011-02-02ipv4: Fix fib_trie build in some configurations.David S. Miller1-60/+60
2011-02-02tcp: Increase the initial congestion window to 10.David S. Miller2-1/+10
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller4-12/+14
2011-02-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller25-31/+8321