summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-06-30net/Makefile: conditionally descend to wireless and ieee802154Nicolas Kaiser1-2/+2
2010-06-29mac80211: add basic tracing to drv_get_surveyJohn W. Linville2-1/+28
2010-06-29mac80211: remove unnecessary check in ieee80211_dump_surveyJohn W. Linville1-3/+0
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-9/+27
2010-06-29ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings1-2/+3
2010-06-29caif: Kconfig and Makefile fixesSjur Braendeland2-17/+4
2010-06-29act_mirred: don't clone skb when skb isn't sharedChangli Gao1-3/+3
2010-06-29tcp: tso_fragment() might avoid GFP_ATOMICEric Dumazet1-3/+3
2010-06-29vlan: 64 bit rx countersEric Dumazet3-25/+41
2010-06-29net: use this_cpu_ptr()Eric Dumazet3-4/+4
2010-06-28mac80211: fix the for_each_sta_info macroFelix Fietkau1-8/+8
2010-06-28mac80211: use netif_receive_skb in ieee80211_tx_status callpathJohn W. Linville1-2/+2
2010-06-28mac80211: use netif_receive_skb in ieee80211_rx callpathJohn W. Linville1-5/+5
2010-06-28netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC headerPatrick McHardy2-42/+93
2010-06-28netfilter: ipt_LOG/ip6t_LOG: remove comparison within loopPatrick McHardy2-9/+9
2010-06-27syncookies: add support for ECNFlorian Westphal4-12/+16
2010-06-27syncookies: do not store rcv_wscale in tcp timestampFlorian Westphal2-22/+14
2010-06-26ipv6: remove ipv6_statisticsEric Dumazet1-2/+0
2010-06-26snmp: add align parameter to snmp_mib_init()Eric Dumazet6-21/+39
2010-06-26arp: RCU change in arp_solicit()Eric Dumazet1-5/+7
2010-06-26dccp: make implementation of Syn-RTT symmetricGerrit Renker2-3/+16
2010-06-26dccp: remove unused function argumentGerrit Renker4-19/+13
2010-06-26net/core/pktgen.c: Use pr_<level>Joe Perches1-78/+64
2010-06-26net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-51/+161
2010-06-26ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger1-1/+1
2010-06-25netfilter: complete the deprecation of CONFIG_NF_CT_ACCTTim Gardner2-35/+1
2010-06-25netfilter: xt_connbytes: Force CT accounting to be enabledTim Gardner1-0/+10
2010-06-25Bluetooth: Bring back var 'i' incrementGustavo F. Padovan1-0/+2
2010-06-25tcp: do not send reset to already closed socketsKonstantin Khorenko1-0/+4
2010-06-25net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton1-1/+0
2010-06-25xfrm: check bundle policy existance before dereferencing itTimo Teräs1-1/+2
2010-06-24nl80211: Add option to adjust transmit powerJuuso Oikarinen1-0/+31
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen2-16/+16
2010-06-24mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville1-11/+31
2010-06-24minstrel_ht: move minstrel_mcs_groups declaration to header fileJohn W. Linville2-2/+2
2010-06-24wireless: mark reg_mutex as staticJohn W. Linville1-1/+1
2010-06-24minstrel_ht: make *idx unsigned in minstrel_downgrade_rateJohn W. Linville1-1/+2
2010-06-24mac80211: don't shadow mgmt variable in ieee80211_rx_h_actionJohn W. Linville1-4/+4
2010-06-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-9/+15
2010-06-24net - IP_NODEFRAG option for IPv4 socketJiri Olsa3-1/+15
2010-06-24bridge: 64bit rx/tx countersEric Dumazet3-13/+23
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend1-36/+32
2010-06-22netfilter: fix simple typo in KConfig for netfiltert xt_TEEArnd Hannemann1-1/+1
2010-06-22netfilter: xt_IDLETIMER needs kdev_t.hRandy Dunlap1-0/+1
2010-06-22IPVS: one-packet schedulingNick Chalk3-11/+29
2010-06-22udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2010-06-21mac80211: Add interface for driver to temporarily disable dynamic psJuuso Oikarinen2-1/+40
2010-06-21mac80211: Fix compile warning in scan.c.Gertjan van Wingerde1-1/+1
2010-06-21caif: Add debug connection type for CAIF.Sjur Braendeland1-0/+5
2010-06-21caif: Use link layer MTU instead of fixed MTUSjur Braendeland11-56/+155