aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14phonet: exit_net cleanup check addedVasily Averin1-0/+3
2017-11-14l2tp: exit_net cleanup check addedVasily Averin1-0/+4
2017-11-14fib_rules: exit_net cleanup check addedVasily Averin1-0/+6
2017-11-14fib_notifier: exit_net cleanup check addedVasily Averin1-0/+6
2017-11-14netdev: exit_net cleanup check addedVasily Averin1-0/+2
2017-11-14packet: exit_net cleanup check addedVasily Averin1-0/+1
2017-11-14af_key: replace BUG_ON on WARN_ON in net_exit hookVasily Averin1-1/+1
2017-11-14net: dsa: Fix dependencies on bridgeAndrew Lunn1-0/+1
2017-11-13ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long1-28/+14
2017-11-13ip6_tunnel: process toobig in a better wayXin Long1-4/+3
2017-11-13ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long1-5/+10
2017-11-13ip6_gre: process toobig in a better wayXin Long1-13/+2
2017-11-13ip6_gre: add the process for redirect in ip6gre_errXin Long1-0/+5
2017-11-13Merge tag 'nfc-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller6-32/+52
2017-11-13openvswitch: Add meter action supportAndy Zhou3-0/+13
2017-11-13openvswitch: Add meter infrastructureAndy Zhou5-2/+674
2017-11-13openvswitch: export get_dp() API.Andy Zhou2-29/+31
2017-11-13net: dsa: Support prepended Broadcom tagFlorian Fainelli5-7/+40
2017-11-13net: dsa: tag_brcm: Prepare for supporting prepended tagFlorian Fainelli1-11/+34
2017-11-13net: dsa: Pass a port to get_tag_protocol()Florian Fainelli2-2/+2
2017-11-13net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issueAndrew Morton1-5/+9
2017-11-13af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2-6/+12
2017-11-13netem: support delivering packets in delayed time slotsDave Taht1-3/+71
2017-11-13netem: add uapi to express delay and jitter in nanosecondsDave Taht1-0/+14
2017-11-13netem: convert to qdisc_watchdog_schedule_nsDave Taht1-28/+28
2017-11-13ipv6: try not to take rtnl_lock in ip6mr_sk_doneFrancesco Ruggeri1-0/+4
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-12/+23
2017-11-11net: Remove unused skb_shared_info memberMat Martineau1-31/+0
2017-11-11l2tp: remove the .tunnel_sock field from struct pppol2tp_sessionGuillaume Nault1-10/+0
2017-11-11l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault1-54/+12
2017-11-11l2tp: remove .tunnel_sock from struct l2tp_ethGuillaume Nault1-2/+0
2017-11-11net: dsa: lan9303: Clear offload_fwd_mark for IGMPEgil Hjelmeland1-0/+13
2017-11-11vlan: fix a use-after-free in vlan_device_event()Cong Wang1-3/+3
2017-11-11net: dsa: {e}dsa: set offload_fwd_mark on received packetsAndrew Lunn2-0/+4
2017-11-11net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_IDAndrew Lunn1-2/+3
2017-11-11sock: Remove the global prot_inuse counter.Tonghao Zhang1-22/+0
2017-11-11net: decnet: dn_table: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-11l2tp: don't close sessions in l2tp_tunnel_destruct()Guillaume Nault1-2/+0
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng4-106/+68
2017-11-11tcp: retire FACK loss detectionYuchung Cheng6-60/+10
2017-11-11net: dsa: return after vlan prepare phaseVivien Didelot1-0/+2
2017-11-11net: dsa: return after mdb prepare phaseVivien Didelot1-0/+2
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy3-26/+40
2017-11-11net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski2-1/+19
2017-11-11net/ncsi: Don't return error on normal responseSamuel Mendoza-Jonas1-17/+14
2017-11-11net/ncsi: Improve general state loggingSamuel Mendoza-Jonas3-21/+80
2017-11-10tcp: fix tcp_fastretrans_alert warningYuchung Cheng1-2/+1
2017-11-10tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet1-2/+10
2017-11-10act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup1-24/+51
2017-11-10act_vlan: Change stats update to use per-core statsManish Kurup1-4/+6