summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-305-5/+41
|\
| * mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez2009-12-281-0/+12
| * mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez2009-12-281-0/+4
| * cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg2009-12-281-4/+9
| * cfg80211: fix race between deauth and assoc responseJohannes Berg2009-12-281-1/+12
| * mac80211: fix ibss join with fixed-bssidFelix Fietkau2009-12-281-0/+4
* | NET: XFRM: Fix spelling of neighbour.Ralf Baechle2009-12-271-1/+1
* | net: restore ip source validationJamal Hadi Salim2009-12-262-0/+3
* | pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend2009-12-241-2/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-213-3/+32
|\|
| * mac80211: fix WMM AP settings applicationJohannes Berg2009-12-211-0/+8
| * mac80211: fix peer HT capabilitiesJohannes Berg2009-12-211-3/+22
| * mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde2009-12-141-0/+2
* | ipv6: fix an oops when force unload ipv6 moduleYang Hongyang2009-12-191-1/+2
* | netns: fix net.ipv6.route.gc_min_interval_ms in netnsAlexey Dobriyan2009-12-191-0/+1
* | Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko2009-12-171-0/+1
* | Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan2009-12-171-1/+1
* | Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan2009-12-171-1/+1
* | Bluetooth: Fix PTR_ERR return of wrong pointer in hidp_setup_hid()Roel Kluin2009-12-171-1/+1
* | packet: dont call sleeping functions while holding rcu_read_lock()Eric Dumazet2009-12-161-40/+31Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-166-10/+47
|\ \
| * | ipvs: zero usvc and udestSimon Horman2009-12-151-0/+4
| * | netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-152-4/+23
| * | ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-153-6/+19
| * | ipvs: fix synchronization on connection closeXiaotian Feng2009-12-141-0/+1
* | | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-167-77/+54Star
* | | net: Fix userspace RTM_NEWLINK notifications.Eric W. Biederman2009-12-142-3/+14
* | | udp: udp_lib_get_port() fixEric Dumazet2009-12-141-4/+3Star
* | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-1212-21/+21
|\| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-1012-21/+21
| |\ \
| | * \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-0712-21/+21
| | |\ \
| | | * | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-049-17/+17
| | | * | tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-042-3/+3
| | | * | tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | | | | net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar2009-12-121-4/+6
* | | | | xfrm: Fix truncation length of authentication algorithms installed via PF_KEYMartin Willi2009-12-121-0/+1
* | | | | net: use compat helper functions in compat_sys_recvmmsgHeiko Carstens2009-12-121-5/+2Star
* | | | | net: fix compat_sys_recvmmsg parameter typeHeiko Carstens2009-12-121-7/+5Star
| |_|_|/ |/| | |
* | | | wireless: update old static regulatory domain rulesJohn W. Linville2009-12-101-50/+25Star
* | | | mac80211: Revert 'Use correct sign for mesh active path refresh'Javier Cardona2009-12-102-3/+4
* | | | mac80211: Fixed bug in mesh portal pathsJavier Cardona2009-12-101-1/+0Star
* | | | net/mac80211: Correct size given to memsetJulia Lawall2009-12-101-1/+1
* | | | wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPECJohn W. Linville2009-12-091-1/+2
* | | | cfg80211: Clear encryption privacy when key off is done.Vivek Natarajan2009-12-091-0/+1
* | | | tcp: fix retrans_stamp advancing in error casesIlpo Järvinen2009-12-091-3/+32
* | | | tcp: Stalling connections: Move timeout calculation routineDamian Lukowski2009-12-091-0/+29
* | | | atm: [br2684] allow routed mode operation againchas williams - CONTRACTOR2009-12-091-3/+8
* | | | atm: [lec] initialize .netdev_ops before calling register_netdev()chas williams - CONTRACTOR2009-12-091-9/+1Star
* | | | [PATCH] tcp: documents timewait refcnt tricks Eric Dumazet2009-12-091-14/+24
* | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-092-8/+23