summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller38-366/+298
2015-10-18RDS: fix rds-ping deadlock over TCP transportsantosh.shilimkar@oracle.com1-3/+2
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet5-8/+3
2015-10-18ipconfig: send Client-identifier in DHCP requestsLi RongQing1-1/+31
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso178-1983/+5237
2015-10-16netfilter: ipv4: whitespace around operatorsIan Morris3-6/+6
2015-10-16netfilter: ipv4: code indentationIan Morris3-5/+5
2015-10-16netfilter: ipv4: function definition layoutIan Morris2-6/+6
2015-10-16netfilter: ipv4: ternary operator layoutIan Morris2-5/+5
2015-10-16netfilter: ipv4: label placementIan Morris2-2/+2
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann1-2/+0
2015-10-16netfilter: nf_queue: remove rcu_read_lock callsFlorian Westphal1-12/+4
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal3-18/+6
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal15-60/+0
2015-10-16net: introduce pre-change upper device notifierJiri Pirko1-0/+9
2015-10-16net: Fix suspicious RCU usage in fib_rebalanceDavid Ahern1-2/+2
2015-10-16tcp/dccp: fix race at listener dismantle phaseEric Dumazet1-22/+49
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet5-6/+12
2015-10-16Revert "inet: fix double request socket freeing"Eric Dumazet2-3/+3
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy3-6/+13
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy5-8/+19
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy3-23/+49
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy3-33/+34
2015-10-15tipc: improve sequence number checkingJon Paul Maloy2-15/+13
2015-10-15tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy1-37/+47
2015-10-15tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy1-8/+7
2015-10-15switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko1-4/+11
2015-10-15bridge: defer switchdev fdb del call in fdb_del_external_learnJiri Pirko2-1/+7
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko1-20/+80
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko3-6/+9
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko2-66/+45
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2-4/+5
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko1-0/+80
2015-10-15netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira1-19/+24
2015-10-15netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso1-23/+5
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet1-2/+2
2015-10-14tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet1-0/+4
2015-10-14Merge tag 'linux-can-next-for-4.4-20151013' of git://git.kernel.org/pub/scm/l...David S. Miller1-5/+10
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2-15/+1
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris1-1/+1
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris1-3/+3
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet4-18/+26
2015-10-13can: avoid using timeval for uapiArnd Bergmann1-5/+10
2015-10-13netfilter: ip6_tables: ternary operator layoutIan Morris1-2/+2
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris3-5/+5
2015-10-13netfilter: ipv6: code indentationIan Morris3-6/+6
2015-10-13netfilter: ip6_tables: function definition layoutIan Morris1-3/+3
2015-10-13netfilter: ip6_tables: label placementIan Morris1-1/+1
2015-10-13bridge: vlan: move back vlan_flushNikolay Aleksandrov3-10/+25
2015-10-13bridge: vlan: drop unnecessary flush codeNikolay Aleksandrov1-8/+1