summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-11-14net-sysfs: trigger netlink notification on ifalias change via sysfsRoopa Prabhu1-3/+14
2017-11-14openvswitch: Using kfree_rcu() to simplify the codeWei Yongjun1-8/+1
2017-11-14openvswitch: Make local function ovs_nsh_key_attr_size() staticWei Yongjun1-1/+1
2017-11-14openvswitch: Fix return value check in ovs_meter_cmd_features()Wei Yongjun1-1/+1
2017-11-14net: bridge: add vlan_tunnel to bridge port policiesNikolay Aleksandrov1-0/+1
2017-11-14netlink: remove unnecessary forward declarationJohannes Berg1-1/+0
2017-11-14net: dsa: lan9303: calculate offload_fwd_mark from tagEgil Hjelmeland1-16/+8
2017-11-14net: core: dev_get_valid_name is now the same as dev_alloc_name_nsRasmus Villemoes1-13/+1
2017-11-14net: core: maybe return -EEXIST in __dev_alloc_nameRasmus Villemoes1-1/+1
2017-11-14net: core: check dev_valid_name in __dev_alloc_nameRasmus Villemoes1-0/+3
2017-11-14net: core: drop pointless check in __dev_alloc_nameRasmus Villemoes1-2/+1
2017-11-14net: core: eliminate dev_alloc_name{,_ns} code duplicationRasmus Villemoes1-10/+2
2017-11-14net: core: move dev_alloc_name_ns a little higherRasmus Villemoes1-13/+13
2017-11-14net: core: improve sanity checking in __dev_alloc_nameRasmus Villemoes1-1/+1
2017-11-14tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin1-3/+2
2017-11-14tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin1-17/+12
2017-11-14tls: Move tls_make_aad to header to allow sharingIlya Lesokhin1-17/+1
2017-11-14tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2-10/+16
2017-11-14tls: Add function to update the TLS socket configurationIlya Lesokhin1-14/+32
2017-11-14tls: Use kzalloc for aead_request allocationIlya Lesokhin1-1/+1
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet2-2/+3
2017-11-14Merge tag 'rxrpc-next-20171111' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller7-7/+36
2017-11-14xfrm6_tunnel: exit_net cleanup check addedVasily Averin1-0/+8
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/...David 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