summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFC: nci: Add firmware download supportClément Perrochaud2015-03-261-0/+11
* ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-253-11/+13
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2015-03-258-15/+18
* tipc: eliminate race condition at dual link establishmentJon Paul Maloy2015-03-253-0/+55
* tipc: clean up handling of link congestionJon Paul Maloy2015-03-252-72/+60Star
* tipc: introduce starvation free send algorithmJon Paul Maloy2015-03-253-25/+42
* net: dsa: Handle non-bridge master changeGuenter Roeck2015-03-251-1/+2
* tipc: fix a link reset issue due to retransmission failuresYing Xue2015-03-251-3/+5
* sctp: avoid to repeatedly declare external variablesYing Xue2015-03-252-9/+0Star
* tcp: fix ipv4 mapped request socksEric Dumazet2015-03-255-5/+1Star
* tcp: md5: get rid of tcp_v[46]_reqsk_md5_lookup()Eric Dumazet2015-03-253-23/+8Star
* tcp: md5: remove request sock argument of calc_md5_hash()Eric Dumazet2015-03-253-21/+15Star
* tcp: md5: input path is run under rcu protected sectionsEric Dumazet2015-03-252-33/+9Star
* tcp: use C99 initializers in new_state[]Eric Dumazet2015-03-251-12/+13
* tcp: md5: fix rcu lockdep splatEric Dumazet2015-03-251-9/+11
* rhashtable: Add rhashtable_free_and_destroy()Thomas Graf2015-03-241-18/+7Star
* rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-243-0/+3
* filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-241-0/+17
* ipv6: fix sparse warnings in privacy stable addresses generationHannes Frederic Sowa2015-03-241-5/+5
* tipc: fix compile error when IPV6=m and TIPC=yYing Xue2015-03-241-1/+1
* net: allow to delete a whole device groupWANG Cong2015-03-241-0/+38
* tipc: validate length of sockaddr in connect() for dgram/rdmSasha Levin2015-03-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-248-9/+47
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-229-13/+51
| |\
| | * netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso2015-03-221-0/+6
| | * netfilter: xt_TPROXY: fix invflags check in tproxy_tg6_check()Pablo Neira Ayuso2015-03-201-2/+2
| | * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-194-10/+34
| | * netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso2015-03-171-1/+4
| | * netfilter: Fix potential crash in nft_hash walkerHerbert Xu2015-03-131-0/+2
| | * netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson2015-03-121-0/+3
* | | ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa2015-03-243-7/+22
* | | ipv6: do retries on stable privacy addressesHannes Frederic Sowa2015-03-241-3/+54
* | | ipv6: collapse state_lock and lockHannes Frederic Sowa2015-03-241-16/+15Star
* | | ipv6: introduce IFA_F_STABLE_PRIVACY flagHannes Frederic Sowa2015-03-241-6/+8
* | | ipv6: generation of stable privacy addresses for link-local and autoconfHannes Frederic Sowa2015-03-241-4/+126
* | | ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa2015-03-241-0/+68
* | | tipc: Use default rhashtable hashfnHerbert Xu2015-03-241-2/+0Star
* | | netlink: Use default rhashtable hashfnHerbert Xu2015-03-241-2/+1Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-2410-39/+77
|\ \ \
| * | | netfilter: ip6t_REJECT: check for IP6T_F_PROTOPablo Neira Ayuso2015-03-221-1/+2
| * | | netfilter: nf_tables: reject NFT_SET_ELEM_INTERVAL_END flag for non-interval ...Patrick McHardy2015-03-221-0/+3
| * | | netfilter: nft_rbtree: fix lockingPatrick McHardy2015-03-221-4/+2Star
| * | | netfilter: bridge: kill nf_bridge_padFlorian Westphal2015-03-222-4/+13
| * | | netfilter: nf_tables: consolidate error path of nf_tables_newtable()Pablo Neira Ayuso2015-03-181-9/+11
| * | | netfilter: Remove uses of seq_<foo> return valuesJoe Perches2015-03-184-10/+18
| * | | netfilter: bridge: remove BRNF_STATE_BRIDGED flagFlorian Westphal2015-03-162-5/+7
| * | | netfilter: bridge: query conntrack about skb dnatFlorian Westphal2015-03-161-6/+21
* | | | af_packet: pass checksum validation status to the userAlexander Drozdov2015-03-241-0/+9
* | | | af_packet: make tpacket_rcv to not set status value before run_filterAlexander Drozdov2015-03-241-3/+4
* | | | inet: fix double request socket freeingFan Du2015-03-242-3/+3