aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu1-0/+3
2014-06-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern1-1/+1
2014-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller23-157/+645
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet12-113/+38
2014-06-02net: Add support for device specific address syncingAlexander Duyck1-0/+85
2014-06-026lowpan_rtnl: fix off by one while fragmentationAlexander Aring1-1/+1
2014-06-026lowpan_rtnl: fix fragmentation with two fragmentsAlexander Aring1-2/+2
2014-06-02genetlink: remove superfluous assignmentDenis ChengRq1-5/+1
2014-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville23-157/+645
2014-06-01net: filter: improve filter block macrosDaniel Borkmann1-124/+72
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-216/+125
2014-06-01bridge: fix the unbalanced promiscuous count when add_if failedwangweidong1-1/+1
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-50/+118
2014-05-30af_key: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30rds/tcp_listen: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30RDS/RDMA: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30ipmr: Replace comma with semicolonHimangi Saraogi1-1/+1
2014-05-30af_iucv: correct cleanup if listen backlog is fullUrsula Braun1-2/+1
2014-05-30af_iucv: Add automatic (source) iucv_name to bindPhilipp Hachtmann1-11/+18
2014-05-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller46-653/+1570
2014-05-30atm: remove commented out checkPaul Bolle1-8/+2
2014-05-30net: tso: Export symbols for modular buildSachin Kamat1-0/+5
2014-05-30Merge tag 'nfc-next-3.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville4-8/+9
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville8-120/+449
2014-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville11-29/+187
2014-05-28mac80211: set new interfaces as idle upon initAvraham Stern1-0/+1
2014-05-28mac80211: reduce packet loss notifications under loadFelix Fietkau1-6/+19
2014-05-28mac80211: don't check netdev state for debugfs read/writeArik Nemtsov1-4/+2
2014-05-28mac80211: fix a memory leak on sta rate selection tableFelix Fietkau1-0/+1
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville46-653/+1570
2014-05-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville4-16/+36
2014-05-27regdb: Generalize the mW to dBm power conversionchaitanya.mgit@gmail.com1-12/+2
2014-05-27mac80211: fix IBSS join by initializing last_scan_completedKrzysztof HaƂasa1-0/+1
2014-05-26cfg80211: send events when devices are added/removedJohannes Berg3-7/+22
2014-05-26mac80211: fix virtual monitor interface additionEmmanuel Grumbach1-0/+1
2014-05-26mac80211: add a single-transaction driver op to switch contextsLuciano Coelho2-0/+138
2014-05-26netfilter: bridge: fix Kconfig unmet dependenciesPablo Neira2-6/+3
2014-05-26NFC: nfc_sock_link() can be staticFengguang Wu1-2/+2
2014-05-26NFC: digital: digital_in_send_attrib_req() can be staticFengguang Wu1-1/+1
2014-05-26NFC: digital: Randomize poll cyclesThierry Escande1-2/+4
2014-05-26NFC: digital: Return proper error code when sending ATR_REQThierry Escande1-3/+2
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo1-3/+5
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-173/+420
2014-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds57-297/+556
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann4-6/+7
2014-05-23net: filter: remove DL macroDaniel Borkmann1-94/+99
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert3-2/+18
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert2-5/+23
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert10-15/+16
2014-05-23net: Eliminate no_check from protoswTom Herbert13-23/+0