summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-10-19tcp: do not set queue_mapping on SYNACKEric Dumazet
2015-10-19ipconfig: send Client-identifier in DHCP requestsLi RongQing
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-16tipc: update node FSM when peer RESET message is receivedJon Paul Maloy
2015-10-16tipc: send out RESET immediately when link goes downJon Paul Maloy
2015-10-16tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy
2015-10-16tipc: disallow packet duplicates in link deferred queueJon Paul Maloy
2015-10-16tipc: improve sequence number checkingJon Paul Maloy
2015-10-16tipc: simplify tipc_link_rcv() reception loopJon Paul Maloy
2015-10-16tipc: 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-15tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet
2015-10-15tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet
2015-10-15Merge 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-14tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet
2015-10-13can: avoid using timeval for uapiArnd Bergmann
2015-10-13bridge: vlan: move back vlan_flushNikolay Aleksandrov
2015-10-13bridge: vlan: drop unnecessary flush codeNikolay Aleksandrov
2015-10-13bridge: vlan: use rcu for vlan_list traversal in br_fill_ifinfoNikolay Aleksandrov
2015-10-13bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern
2015-10-13bridge: fix gc_timer mod/del race conditionNikolay Aleksandrov
2015-10-13switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov
2015-10-13net: dsa: do not warn unsupported bridge opsVivien Didelot
2015-10-13RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...Sowmini Varadhan
2015-10-13RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan
2015-10-13bridge: vlan: enforce no pvid flag in vlan rangesNikolay Aleksandrov
2015-10-13ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu
2015-10-13ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman
2015-10-13ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman
2015-10-13ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman
2015-10-13packet: fix match_fanout_group()Eric Dumazet
2015-10-13ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni
2015-10-13bridge: try switchdev op first in __vlan_vid_add/delJiri Pirko
2015-10-13net: shrink struct sock and request_sock by 8 bytesEric Dumazet
2015-10-13net: SO_INCOMING_CPU setsockopt() supportEric Dumazet
2015-10-13packet: support per-packet fwmark for af_packet sendmsgEdward Jee
2015-10-13sock: support per-packet fwmarkEdward Jee