summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-16netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy namesPablo Neira Ayuso7-31/+14
2012-06-12ipv4: Add interface option to enable routing of 127.0.0.0/8Thomas Graf5-11/+34
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville219-7378/+12126
2012-06-11phy: Use pr_<level>Joe Perches7-36/+50
2012-06-11af_packet: use sizeof instead of constant in spkt_devicedanborkmann@iogearbox.net1-1/+1
2012-06-11inet: Fix BUG triggered by __rt{,6}_get_peer().David S. Miller2-2/+2
2012-06-11netfilter: nf_ct_tcp, udp: fix compilation with sysctl disabledPablo Neira Ayuso2-3/+3
2012-06-11net: keep name_hlist close to nameEric Dumazet1-3/+4
2012-06-11Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller34-584/+1300
2012-06-11ssb: add missing PCI ID for b/g/n single band BCM4322Jonas Gorski1-0/+1
2012-06-11ath9k_hw: Initvals update for AR9462Sujith Manoharan1-0/+1
2012-06-11mwifiex: scan less channels per scan command to improve Tx trafficAmitkumar Karwar1-7/+27
2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar4-10/+89
2012-06-11mwifiex: shorten per channel scan timeBing Zhao1-3/+3
2012-06-11Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville53-2553/+2329
2012-06-11Merge tag 'nfc-next-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville16-392/+1106
2012-06-11inet: Avoid potential NULL peer dereference.David S. Miller3-10/+13
2012-06-11inet: Use FIB table peer roots in routes.David S. Miller2-8/+14
2012-06-11inet: Add inetpeer tree roots to the FIB tables.David S. Miller4-5/+16
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-09inet: Pass inetpeer root into inet_getpeer*() interfaces.David S. Miller5-18/+11
2012-06-09af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-09ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller4-14/+5
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller4-49/+83
2012-06-09[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-08inet: Create and use rt{,6}_get_peer_create().David S. Miller10-58/+49
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet3-49/+70
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng7-14/+29
2012-06-08inetpeer: add namespace support for inetpeerGao feng5-24/+59
2012-06-08wl18xx: avoid some -Wformat warningsJohn W. Linville1-1/+2
2012-06-08Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho46-956/+4818
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
2012-06-08wlcore: add support macros to easily add conf debugfs entriesEyal Shapira1-0/+75
2012-06-07be2net: Fix driver load for VFs for LancerPadmanabh Ratnakar3-61/+66