summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* phonet: exit_net cleanup check addedVasily Averin2017-11-141-0/+3
* l2tp: exit_net cleanup check addedVasily Averin2017-11-141-0/+4
* fib_rules: exit_net cleanup check addedVasily Averin2017-11-141-0/+6
* fib_notifier: exit_net cleanup check addedVasily Averin2017-11-141-0/+6
* netdev: exit_net cleanup check addedVasily Averin2017-11-141-0/+2
* packet: exit_net cleanup check addedVasily Averin2017-11-141-0/+1
* af_key: replace BUG_ON on WARN_ON in net_exit hookVasily Averin2017-11-141-1/+1
* net: dsa: Fix dependencies on bridgeAndrew Lunn2017-11-141-0/+1
* ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlersXin Long2017-11-131-28/+14
* ip6_tunnel: process toobig in a better wayXin Long2017-11-131-4/+3
* ip6_tunnel: add the process for redirect in ip6_tnl_errXin Long2017-11-131-5/+10
* ip6_gre: process toobig in a better wayXin Long2017-11-131-13/+2
* ip6_gre: add the process for redirect in ip6gre_errXin Long2017-11-131-0/+5
* Merge tag 'nfc-next-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-11-136-32/+52
|\
| * NFC: Add NFC_CMD_DEACTIVATE_TARGET supportMark Greer2017-11-101-0/+29
| * NFC: digital: Abort cmd when deactivating targetMark Greer2017-11-101-0/+1
| * NFC: Convert timers to use timer_setup()Allen Pais2017-11-064-31/+21
| * NFC: fix device-allocation error returnJohan Hovold2017-11-061-1/+1
* | openvswitch: Add meter action supportAndy Zhou2017-11-133-0/+13
* | openvswitch: Add meter infrastructureAndy Zhou2017-11-135-2/+674
* | 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
OpenPOWER on IntegriCloud