aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-24tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet3-21/+15
2015-03-24tcp: md5: input path is run under rcu protected sectionsEric Dumazet2-33/+9
2015-03-24tcp: use C99 initializers in new_state[]Eric Dumazet1-12/+13
2015-03-24tcp: md5: fix rcu lockdep splatEric Dumazet1-9/+11
2015-03-24rhashtable: Add rhashtable_free_and_destroy()Thomas Graf1-18/+7
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf3-0/+3
2015-03-24filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar1-0/+17
2015-03-24ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa1-5/+5
2015-03-24tipc: fix compile error when IPV6=m and TIPC=yYing Xue1-1/+1
2015-03-24net: allow to delete a whole device groupWANG Cong1-0/+38
2015-03-24tipc: validate length of sockaddr in connect() for dgram/rdmSasha Levin1-0/+2
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-9/+47
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa3-7/+22
2015-03-23ipv6: do retries on stable privacy addressesHannes Frederic Sowa1-3/+54
2015-03-23ipv6: collapse state_lock and lockHannes Frederic Sowa1-16/+15
2015-03-23ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa1-6/+8
2015-03-23ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa1-4/+126
2015-03-23ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa1-0/+68
2015-03-23tipc: Use default rhashtable hashfnHerbert Xu1-2/+0
2015-03-23netlink: Use default rhashtable hashfnHerbert Xu1-2/+1
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-39/+77