summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-11inet: Add family scope inetpeer flushes.David S. Miller3-1/+31
2012-06-11ipv4: Kill ip_rt_frag_needed().David S. Miller4-70/+1
2012-06-11inet: Hide route peer accesses behind helpers.David S. Miller8-59/+193
2012-06-11dummy: fix rcu_sched self-detected stallsEric Dumazet1-1/+3
2012-06-11net: Reorder initialization in ip_route_output to fix gcc warningRoland Dreier1-1/+1
2012-06-11virtio-net: fix a race on 32bit archesEric Dumazet1-7/+12
2012-06-11r8169: avoid NAPI scheduling delay.françois romieu1-5/+1
2012-06-10net: Make linux/tcp.h C++ friendly (trivial)Paul Pluzhnikov1-10/+10
2012-06-10inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller5-18/+11
2012-06-10af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-10ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-10inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller4-14/+5
2012-06-10inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller4-49/+83
2012-06-10[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller6-40/+22
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller5-32/+19
2012-06-09inet: Create and use rt{,6}_get_peer_create().David S. Miller10-58/+49
2012-06-09netdev: fix drivers/net/phy/ kernel-doc warningsRandy Dunlap1-1/+1
2012-06-09net/core: fix kernel-doc warningsRandy Dunlap2-3/+3
2012-06-09be2net: fix a race in be_xmit()Eric Dumazet1-2/+3
2012-06-09l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet1-3/+6
2012-06-09af_unix: speedup /proc/net/unixEric Dumazet3-49/+70
2012-06-09inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng7-14/+29
2012-06-09inetpeer: add namespace support for inetpeerGao feng5-24/+59
2012-06-08wl18xx: avoid some -Wformat warningsJohn W. Linville1-1/+2
2012-06-08mac80211: add back channel change flagStanislaw Gruszka1-1/+1
2012-06-08NFC: Fix possible NULL ptr deref when getting the name of a socketSasha Levin1-0/+3
2012-06-08iwlwifi: disable the buggy chain extension feature in HWEmmanuel Grumbach2-0/+6
2012-06-08iwlwifi: don't mess up the SCD when removing a keyEmmanuel Grumbach1-1/+1
2012-06-08bcma: fix null pointer in bcma_core_pci_irq_ctlHauke Mehrtens1-2/+4
2012-06-08b43: do not call ieee80211_unregister_hw if we are not registredOleksij Rempel2-7/+16
2012-06-08iwlwifi: use correct supported firmware for 6035 and 6000g2Meenakshi Venkataraman1-2/+21
2012-06-08wireless: add my new trees to MAINTAINERSJohannes Berg1-2/+10
2012-06-08mac80211_hwsim: Set IEEE80211_STAT_ACK flag when userspace indicates that the...Qasim Javed1-0/+1
2012-06-08rtl8187: ->brightness_set can not sleepStanislaw Gruszka1-1/+1
2012-06-08net/wireless: ipw2100: Fix WARN_ON occurring in wiphy_register called by ipw2...Stanislav Yakovlev1-15/+5
2012-06-08Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho46-956/+4818
2012-06-08Revert "niu: Add support for byte queue limits."David S. Miller1-11/+1
2012-06-08wlcore/wl12xx/wl18xx: make NVS file optional for wl18xxArik Nemtsov2-17/+9
2012-06-08wl18xx: clean up phy module parametersArik Nemtsov2-58/+56
2012-06-08wl18xx: align wl18xx_conf_phy with FW variant and remove itArik Nemtsov3-110/+36
2012-06-08wl18xx: update fw statisticsIdo Reis2-24/+65
2012-06-08wl18xx: allow FW-log by default for PG2.0Arik Nemtsov1-1/+0
2012-06-08wl18xx: read configuration structure from a binary fileLuciano Coelho1-5/+63
2012-06-08wlcore/wl18xx: export conf struct in a debugfs fileLuciano Coelho3-0/+72
2012-06-08wlcore/wl18xx: the conf structs must be packed so they can be exportedLuciano Coelho2-24/+24
2012-06-08wlcore: use u8 instead of enum for bcn_filt_modeLuciano Coelho1-1/+1
2012-06-08wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_supportLuciano Coelho3-4/+9
2012-06-08wlcore: export raw binary with the FW statistics in debugfsLuciano Coelho1-0/+20
2012-06-08wl18xx: add support to clear FW statisticsLuciano Coelho3-0/+63
2012-06-08wlcore: add debugfs control over rx interrupt pacingEyal Shapira1-0/+11