summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-10-18RDS: fix rds-ping deadlock over TCP transportsantosh.shilimkar@oracle.com
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-18ipconfig: send Client-identifier in DHCP requestsLi RongQing
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-16netfilter: ipv4: whitespace around operatorsIan Morris
2015-10-16netfilter: ipv4: code indentationIan Morris
2015-10-16netfilter: ipv4: function definition layoutIan Morris
2015-10-16netfilter: ipv4: ternary operator layoutIan Morris
2015-10-16netfilter: ipv4: label placementIan Morris
2015-10-16netfilter: turn NF_HOOK into an inline functionArnd Bergmann
2015-10-16netfilter: nf_queue: remove rcu_read_lock callsFlorian Westphal
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-16net: introduce pre-change upper device notifierJiri Pirko
2015-10-16net: Fix suspicious RCU usage in fib_rebalanceDavid Ahern
2015-10-16tcp/dccp: fix race at listener dismantle phaseEric Dumazet
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet
2015-10-16Revert "inet: fix double request socket freeing"Eric Dumazet
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy
2015-10-15tipc: improve sequence number checkingJon Paul Maloy
2015-10-15tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy
2015-10-15tipc: limit usage of temporary skb list during packet receptionJon Paul Maloy
2015-10-15switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko
2015-10-15bridge: defer switchdev fdb del call in fdb_del_external_learnJiri Pirko
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko
2015-10-15netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira
2015-10-15netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet
2015-10-14tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet
2015-10-14Merge tag 'linux-can-next-for-4.4-20151013' of git://git.kernel.org/pub/scm/l...David S. Miller
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet
2015-10-13can: avoid using timeval for uapiArnd Bergmann
2015-10-13netfilter: ip6_tables: ternary operator layoutIan Morris
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris
2015-10-13netfilter: ipv6: code indentationIan Morris
2015-10-13netfilter: ip6_tables: function definition layoutIan Morris
2015-10-13netfilter: ip6_tables: label placementIan Morris
2015-10-13bridge: vlan: move back vlan_flushNikolay Aleksandrov
2015-10-13bridge: vlan: drop unnecessary flush codeNikolay Aleksandrov