summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: export get_dp() API.Andy Zhou2017-11-132-29/+31
* net: dsa: Support prepended Broadcom tagFlorian Fainelli2017-11-135-7/+40
* net: dsa: tag_brcm: Prepare for supporting prepended tagFlorian Fainelli2017-11-131-11/+34
* net: dsa: Pass a port to get_tag_protocol()Florian Fainelli2017-11-132-2/+2
* net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton2017-11-131-5/+9
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-132-6/+12
* netem: support delivering packets in delayed time slotsDave Taht2017-11-131-3/+71
* netem: add uapi to express delay and jitter in nanosecondsDave Taht2017-11-131-0/+14
* netem: convert to qdisc_watchdog_schedule_nsDave Taht2017-11-131-28/+28
* ipv6: try not to take rtnl_lock in ip6mr_sk_doneFrancesco Ruggeri2017-11-131-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-125-12/+23
|\
| * vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-111-3/+3
| * net: dsa: return after vlan prepare phaseVivien Didelot2017-11-111-0/+2
| * net: dsa: return after mdb prepare phaseVivien Didelot2017-11-111-0/+2
| * tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-101-2/+1
| * tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet2017-11-101-2/+10
| * rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge2017-11-101-5/+5
* | net: Remove unused skb_shared_info memberMat Martineau2017-11-111-31/+0
* | l2tp: remove the .tunnel_sock field from struct pppol2tp_sessionGuillaume Nault2017-11-111-10/+0
* | l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault2017-11-111-54/+12
* | l2tp: remove .tunnel_sock from struct l2tp_ethGuillaume Nault2017-11-111-2/+0
* | net: dsa: lan9303: Clear offload_fwd_mark for IGMPEgil Hjelmeland2017-11-111-0/+13
* | net: dsa: {e}dsa: set offload_fwd_mark on received packetsAndrew Lunn2017-11-112-0/+4
* | net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_IDAndrew Lunn2017-11-111-2/+3
* | sock: Remove the global prot_inuse counter.Tonghao Zhang2017-11-111-22/+0
* | net: decnet: dn_table: mark expected switch fall-throughGustavo A. R. Silva2017-11-111-0/+1
* | l2tp: don't close sessions in l2tp_tunnel_destruct()Guillaume Nault2017-11-111-2/+0
* | tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-114-106/+68
* | tcp: retire FACK loss detectionYuchung Cheng2017-11-116-60/+10
* | tipc: improve link resiliency when rps is activatedJon Maloy2017-11-113-26/+40
* | net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski2017-11-112-1/+19
* | net/ncsi: Don't return error on normal responseSamuel Mendoza-Jonas2017-11-111-17/+14
* | net/ncsi: Improve general state loggingSamuel Mendoza-Jonas2017-11-113-21/+80
* | act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup2017-11-101-24/+51
* | act_vlan: Change stats update to use per-core statsManish Kurup2017-11-101-4/+6
* | ip_gre: add the support for i/o_flags update via ioctlXin Long2017-11-101-3/+16
* | ip_gre: add the support for i/o_flags update via netlinkXin Long2017-11-101-2/+37
* | tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet2017-11-106-41/+45
* | net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet2017-11-101-4/+6
* | net: dsa: Don't add vlans when vlan filtering is disabledAndrew Lunn2017-11-101-2/+8
* | net: dsa: switch: Don't add CPU port to an mdb by defaultAndrew Lunn2017-11-101-1/+1
* | net: dsa: add more const attributesAndrew Lunn2017-11-102-5/+5
* | net: dsa: slave: Handle switchdev host mdb add/delAndrew Lunn2017-11-101-0/+13
* | net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn2017-11-102-0/+45
* | net: bridge: Send notification when host join/leaves a groupAndrew Lunn2017-11-102-4/+11
* | net: bridge: Rename mglist to host_joinedAndrew Lunn2017-11-104-10/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-1036-130/+231
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-11-092-38/+37
| |\
| | * xfrm: Fix stack-out-of-bounds read in xfrm_state_find.Steffen Klassert2017-11-031-18/+11
| | * xfrm: do unconditional template resolution before pcpu cache checkFlorian Westphal2017-11-031-18/+24