aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-31fib_trie: Cleanup ip_fib_net_exit code pathAlexander Duyck1-22/+7
2015-03-31fib_trie: Fix warning on fib4_rules_exitAlexander Duyck1-4/+4
2015-03-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller4-82/+731
2015-03-29tipc: fix two bugs in secondary destination lookupJon Paul Maloy3-1/+14
2015-03-29net: Introduce passthru_features_checkToshiaki Makita1-0/+8
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-12/+9
2015-03-29vlan: Introduce helper functions to check if skb is taggedToshiaki Makita1-16/+8
2015-03-29vlan: Add features for stacked vlan deviceToshiaki Makita1-0/+1
2015-03-29tc: bpf: generalize pedit actionAlexei Starovoitov1-2/+69
2015-03-29net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck1-0/+102
2015-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller13-221/+332
2015-03-29tipc: involve reference counter for node structureYing Xue6-30/+79
2015-03-29tipc: fix potential deadlock when all links are resetYing Xue5-32/+8
2015-03-29tcp: tcp_syn_flood_action() can be staticEric Dumazet2-29/+29
2015-03-29fib6: install fib6 ops in the last stepWANG Cong1-6/+3
2015-03-27mac802154: cleanup concurrent checkAlexander Aring1-14/+6
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy3-33/+86
2015-03-26netfilter: nf_tables: add transaction helper functionsPatrick McHardy2-16/+7
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy3-8/+11
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy3-41/+25
2015-03-26Bluetooth: Unify advertising data code pathsArman Uguray1-91/+64
2015-03-26Bluetooth: Update supported_flags for AD featuresArman Uguray1-3/+29
2015-03-26Bluetooth: Support the "tx-power" adv flagArman Uguray1-0/+19
2015-03-26Bluetooth: Support the "managed-flags" adv flagArman Uguray1-2/+9
2015-03-26Bluetooth: Support the "limited-discoverable" adv flagArman Uguray1-1/+8
2015-03-26Bluetooth: Support the "discoverable" adv flagArman Uguray1-8/+30
2015-03-26Bluetooth: Support the "connectable mode" adv flagArman Uguray1-31/+56
2015-03-25Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann1-1/+1
2015-03-25ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa3-11/+13
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa8-15/+18
2015-03-25tipc: eliminate race condition at dual link establishmentJon Paul Maloy3-0/+55
2015-03-25tipc: clean up handling of link congestionJon Paul Maloy2-72/+60
2015-03-25tipc: introduce starvation free send algorithmJon Paul Maloy3-25/+42
2015-03-25net: dsa: Handle non-bridge master changeGuenter Roeck1-1/+2
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy3-117/+122
2015-03-25netfilter: nf_tables: add set extensionsPatrick McHardy1-0/+16
2015-03-25netfilter: nft_hash: convert to use rhashtable callbacksPatrick McHardy1-5/+49
2015-03-25netfilter: nft_hash: indent rhashtable parametersPatrick McHardy1-5/+5
2015-03-25netfilter: nft_hash: restore struct nft_hashPatrick McHardy1-16/+21
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy1-1/+1
2015-03-25tipc: fix a link reset issue due to retransmission failuresYing Xue1-3/+5
2015-03-25sctp: avoid to repeatedly declare external variablesYing Xue2-9/+0
2015-03-25netfilter: nft_meta: use raw_smp_processor_id()Patrick McHardy1-1/+1
2015-03-25netfilter: nf_tables: nft_queue does not depend on x_tablesPatrick McHardy1-1/+0
2015-03-25netfilter: nf_tables: restore nf_log_trace() in nf_tables_core.cPablo Neira Ayuso1-4/+4
2015-03-25netfilter: Use LOGLEVEL_<FOO> definesJoe Perches6-6/+16
2015-03-25netfilter: nf_tables: move struct net pointer to base chainPatrick McHardy2-2/+3
2015-03-25tcp: fix ipv4 mapped request socksEric Dumazet5-5/+1
2015-03-24Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann1-7/+46
2015-03-24tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet3-23/+8