aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mac82011: Allow selection of minstrel_ht as default rc algorithmHelmut Schaa2010-06-301-0/+1
| * | | | mac80211: add basic tracing to drv_get_surveyJohn W. Linville2010-06-292-1/+28
| * | | | mac80211: remove unnecessary check in ieee80211_dump_surveyJohn W. Linville2010-06-291-3/+0
| * | | | mac80211: fix the for_each_sta_info macroFelix Fietkau2010-06-281-8/+8
| * | | | mac80211: use netif_receive_skb in ieee80211_tx_status callpathJohn W. Linville2010-06-281-2/+2
| * | | | mac80211: use netif_receive_skb in ieee80211_rx callpathJohn W. Linville2010-06-281-5/+5
| * | | | nl80211: Add option to adjust transmit powerJuuso Oikarinen2010-06-241-0/+31
| * | | | cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2010-06-242-16/+16
| * | | | mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville2010-06-241-11/+31
| * | | | minstrel_ht: move minstrel_mcs_groups declaration to header fileJohn W. Linville2010-06-242-2/+2
| * | | | wireless: mark reg_mutex as staticJohn W. Linville2010-06-241-1/+1
| * | | | minstrel_ht: make *idx unsigned in minstrel_downgrade_rateJohn W. Linville2010-06-241-1/+2
| * | | | mac80211: don't shadow mgmt variable in ieee80211_rx_h_actionJohn W. Linville2010-06-241-4/+4
| * | | | mac80211: Add interface for driver to temporarily disable dynamic psJuuso Oikarinen2010-06-212-1/+40
| * | | | mac80211: Fix compile warning in scan.c.Gertjan van Wingerde2010-06-211-1/+1
| * | | | mac80211: fix sw scan bracketingJohannes Berg2010-06-181-2/+2
| * | | | wireless: move regulatory_init to .init.textUwe Kleine-König2010-06-182-3/+3
| * | | | cfg80211: move cfg80211_exit to .exit.textUwe Kleine-König2010-06-181-1/+1
* | | | | ethtool: Add support for control of RX flow hash indirectionBen Hutchings2010-06-301-0/+80
* | | | | ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-23/+5
* | | | | fragment: add fast path for in-order fragmentsChangli Gao2010-06-302-0/+23
* | | | | snmp: 64bit ipstats_mib for all archesEric Dumazet2010-06-304-10/+76
* | | | | act_nat: use stack variableChangli Gao2010-06-301-21/+10
* | | | | act_mirred: combine duplicate codeChangli Gao2010-06-301-4/+2
* | | | | net/core: use ntohs for skb->protocolSebastian Andrzej Siewior2010-06-301-1/+2
* | | | | ipv6: Use interface max_desync_factor instead of static defaultBen Hutchings2010-06-301-4/+4
* | | | | ipv6: Clamp reported valid_lft to a minimum of 0Ben Hutchings2010-06-301-2/+6
* | | | | net/Makefile: conditionally descend to wireless and ieee802154Nicolas Kaiser2010-06-291-2/+2
* | | | | caif: Kconfig and Makefile fixesSjur Braendeland2010-06-292-17/+4
* | | | | act_mirred: don't clone skb when skb isn't sharedChangli Gao2010-06-281-3/+3
* | | | | tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet2010-06-281-3/+3
* | | | | vlan: 64 bit rx countersEric Dumazet2010-06-283-25/+41
* | | | | net: use this_cpu_ptr()Eric Dumazet2010-06-283-4/+4
* | | | | syncookies: add support for ECNFlorian Westphal2010-06-264-12/+16
* | | | | syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal2010-06-262-22/+14
* | | | | ipv6: remove ipv6_statisticsEric Dumazet2010-06-251-2/+0
* | | | | snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-256-21/+39
* | | | | arp: RCU change in arp_solicit()Eric Dumazet2010-06-251-5/+7
* | | | | dccp: make implementation of Syn-RTT symmetricGerrit Renker2010-06-252-3/+16
* | | | | dccp: remove unused function argumentGerrit Renker2010-06-254-19/+13
* | | | | net/core/pktgen.c: Use pr_<level>Joe Perches2010-06-251-78/+64
* | | | | net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer2010-06-251-51/+161
* | | | | tcp: do not send reset to already closed socketsKonstantin Khorenko2010-06-241-0/+4
* | | | | net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton2010-06-241-1/+0
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-235-9/+15
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | udp: Fix bogus UFO packet generationHerbert Xu2010-06-211-3/+6
| * | | | bridge: fdb cleanup runs too oftenstephen hemminger2010-06-171-4/+2
| * | | | Clear IFF_XMIT_DST_RELEASE for teql interfacesTom Hughes2010-06-161-0/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-161-1/+1
| |\ \ \ \
| * | | | | bridge: Fix OOM crash in deliver_cloneHerbert Xu2010-06-151-2/+2