summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-05-16NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade1-17/+4
2012-05-16NFC: The NFC genl family structure should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-16NFC: HCI ops should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-16NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-1/+1
2012-05-16NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten1-0/+1
2012-05-16NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-4/+4
2012-05-16NFC: Fix LLCP compilation warningjoseph daniel1-1/+1
2012-05-16NFC: Return the amount of LLCP bytes queued to sock_sendmsgSamuel Ortiz1-1/+1
2012-05-16NFC: Update the LLCP poll maskSamuel Ortiz1-1/+14
2012-05-16NFC: LLCP connect must wait for a CC frameSamuel Ortiz2-1/+48
2012-05-16NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade2-0/+24
2012-05-16NFC: Specify usage for targets found and target lost eventsEric Lapuyade2-11/+28
2012-05-16NFC: Remove useless HCI private nfc target tableEric Lapuyade1-7/+0
2012-05-16NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade3-63/+81
2012-05-16mac80211: fix the increment of unicast/multicast counters for forwarded PREQChun-Yeow Yeoh1-1/+4
2012-05-16mac80211: send peer candidate event for new sta onlyThomas Pedersen1-9/+9
2012-05-16NFC: Select CRC_CCITT for SHDLC link layer of HCI based driversMarcel Holtmann1-0/+1
2012-05-09{nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan5-1/+16
2012-05-09mac80211: Allow nonHT/HT peering in meshAshok Nagarajan1-3/+9
2012-05-09mac80211: Implement HT mixed protection modeAshok Nagarajan2-7/+77
2012-05-09mac80211: Advertise HT protection mode in IEsAshok Nagarajan4-9/+8
2012-05-09cfg80211: fix BSS comparisonEmmanuel Grumbach1-1/+5
2012-05-09mac80211: Add more ethtools stats: survey, rates, etcBen Greear1-8/+81
2012-05-09mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear3-3/+68
2012-05-09mac80211: Support getting sta_info stats via ethtool.Ben Greear1-0/+91
2012-05-09cfg80211: Add framework to support ethtool stats.Ben Greear1-0/+29
2012-05-09mac80211: don't transmit 40MHz frames to 20MHz peerThomas Pedersen1-0/+6
2012-05-09mac80211: insert mesh peer after initThomas Pedersen1-3/+5
2012-05-09mac80211: fix rate control update on 2040 bss changeRajkumar Manoharan1-1/+1
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso5-1306/+0
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso1-1/+12
2012-05-08netfilter: nf_ct_expect: partially implement ctnetlink_change_expectKelvie Wong1-1/+9
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom1-0/+2
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-08ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso1-6/+9
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso3-157/+280
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov4-46/+137
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso2-32/+133
2012-05-08ipvs: always update some of the flags bits in backupJulian Anastasov1-42/+23
2012-05-08ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov1-7/+26
2012-05-08ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov1-5/+5
2012-05-08ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov1-1/+1
2012-05-08ipvs: use GFP_KERNEL allocation where possibleSasha Levin1-1/+1
2012-05-08ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov1-1/+1
2012-05-08ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov1-1/+1
2012-05-08ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov1-1/+1
2012-05-08ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov1-1/+1
2012-05-08ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov1-1/+1
2012-05-08ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov1-1/+1