summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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/+2Star
| * | | 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/+21Star
| | * | | 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
| |\ \ \ \
| * | | | | net: Remove unused skb_shared_info memberMat Martineau2017-11-111-31/+0Star
| * | | | | l2tp: remove the .tunnel_sock field from struct pppol2tp_sessionGuillaume Nault2017-11-111-10/+0Star
| * | | | | l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault2017-11-111-54/+12Star
| * | | | | l2tp: remove .tunnel_sock from struct l2tp_ethGuillaume Nault2017-11-111-2/+0Star
| * | | | | 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/+0Star
| * | | | | 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/+0Star
| * | | | | tcp: use sequence distance to detect reorderingYuchung Cheng2017-11-114-106/+68Star
| * | | | | tcp: retire FACK loss detectionYuchung Cheng2017-11-116-60/+10Star
| * | | | | 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/+14Star
| * | | | | 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