aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sch_mqprio: Always set num_tc to 0 in mqprio_destroy()Ben Hutchings2011-02-141-7/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-089-33/+68
|\
| * net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller2011-02-081-11/+16
| * net/caif: Fix dangling list pointer in freed object on error.David S. Miller2011-02-081-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-084-3/+10
| |\
| | * mac80211: fix the skb cloned check in the tx pathFelix Fietkau2011-02-071-1/+1
| | * mac80211: fix TX status cookie in HW offload caseJohannes Berg2011-02-023-2/+9
| * | Merge branch 'batman-adv/merge' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-02-071-5/+10
| |\ \
| | * | batman-adv: Linearize fragment packets before mergeSven Eckelmann2011-02-081-5/+10
| * | | x25: possible skb leak on bad facilitiesandrew hendry2011-02-072-12/+30
* | | | net: Kill NETEVENT_PMTU_UPDATE.David S. Miller2011-02-082-2/+0
* | | | ipsec: allow to align IPv4 AH on 32 bitsNicolas Dichtel2011-02-081-6/+19
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-0815-158/+471
|\ \ \ \
| * | | | mac80211: remove unneeded checkDan Carpenter2011-02-071-1/+1
| * | | | mac80211: Update comments on radiotap MCS indexMohammed Shafi Shajakhan2011-02-071-5/+2
| * | | | mac80211: as a 4-addr station, do not receive packets for other stationsFelix Fietkau2011-02-071-1/+2
| * | | | mac80211: Make some mlme timers module paramaters.Ben Greear2011-02-071-11/+23
| * | | | mac80211: Optimize scans on current operating channel.Ben Greear2011-02-047-89/+214
| * | | | mac80211: do not send duplicate data frames to the cooked monitor interfaceFelix Fietkau2011-02-041-1/+1
| * | | | mac80211: do not restart ps timer during scan or offchannelRajkumar Manoharan2011-02-041-1/+4
| * | | | mac80211: fix race between next beacon dtim and ieee80211_get_buffered_bcChristian Lamparter2011-02-042-1/+4
| * | | | mac80211: Add testing functionality for TKIPJouni Malinen2011-02-032-1/+108
| * | | | mac80211: Remove obsolete TKIP flexibilityJouni Malinen2011-02-031-25/+7
| * | | | mac80211: allow GO to scan like APJohannes Berg2011-02-031-2/+5
| * | | | mac80211: pass up beacons from external BSS when operating as APArik Nemtsov2011-02-031-1/+2
| * | | | mac80211: add HW flag for disabling auto link-PS in AP modeArik Nemtsov2011-02-033-3/+31
| * | | | mac80211: do not calc frame duration when using HW rate-controlArik Nemtsov2011-02-031-1/+2
| * | | | mac80211: Recalculate channel-type on iface removal.Ben Greear2011-02-031-1/+8
| * | | | cfg80211: Fix power save state after interface type changeJuuso Oikarinen2011-02-031-7/+13
| * | | | mac80211: Warn users if HT fails because of freq mismatch.Ben Greear2011-02-031-4/+22
| * | | | mac80211: Show configured channel-type in netdev debugfs.Ben Greear2011-02-031-0/+6
| * | | | mac80211: Be more careful when changing channels.Ben Greear2011-02-031-3/+16
* | | | | inetpeer: Move ICMP rate limiting state into inet_peer entries.David S. Miller2011-02-046-68/+105
* | | | | ipv4: Don't miss existing cached metrics in new routes.David S. Miller2011-02-041-14/+17
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-0412-17/+164
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | bridge: Don't put partly initialized fdb into hashPavel Emelyanov2011-02-041-2/+2
| * | | | net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-032-0/+94
| * | | | net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller2011-02-031-0/+30
| * | | | net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller2011-02-031-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-024-12/+14
| |\ \ \ \
| | * | | | netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso2011-02-011-0/+3
| | * | | | netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso2011-02-011-3/+3
| | * | | | netfilter: xt_iprange: Incorrect xt_iprange boundary check for IPv6Thomas Jacob2011-01-241-9/+7
| | * | | | netfilter: ctnetlink: fix missing refcount increment during dumpsPablo Neira Ayuso2011-01-241-0/+1
| * | | | | gro: reset skb_iif on reuseAndy Gospodarek2011-02-021-0/+1
| * | | | | net: Fix ipv6 neighbour unregister_sysctl_table warningEric W. Biederman2011-01-311-1/+8
| * | | | | net: Check rps_flow_table when RPS map length is 1Tom Herbert2011-01-311-1/+2
| * | | | | net: Add default_mtu() methods to blackhole dst_opsRoland Dreier2011-01-312-0/+12
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-035-6/+50
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | mac80211: disable power save if an infra AP vif existsRajkumar Manoharan2011-01-311-0/+8