summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2018-09-28net/tls: Make function get_rec() staticWei Yongjun-1/+1
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun-1/+1
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing-2/+3
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski-13/+13
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski-17/+13
2018-09-26net: bridge: pack net_bridge betterNikolay Aleksandrov-2/+2
2018-09-26net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov-4/+4
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov-9/+12
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov-32/+33
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov-21/+24
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov-4/+4
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov-18/+19
2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov-18/+49
2018-09-26net: bridge: make struct opening bracket consistentNikolay Aleksandrov-8/+4
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann-29/+13
2018-09-25bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu-1/+1
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-30/+249
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller-0/+60
2018-09-25net: sched: use reference counting for tcf blocks on rules updateVlad Buslov-17/+21
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov-24/+50
2018-09-25net: sched: protect block idr with spinlockVlad Buslov-2/+13
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov-25/+30
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov-24/+35
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov-15/+64
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov-1/+42
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov-41/+46
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov-0/+6
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski-0/+60
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg-2/+4
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg-5/+16
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-91/+183
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn-3/+9
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni-0/+9
2018-09-24tls: Fixed uninitialised vars warningVakul Garg-2/+2
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg-53/+32
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu-5/+2
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu-2/+7
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan-1/+5
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron-5/+20
2018-09-24net/core: Add new basic hardware counterEelco Chaudron-19/+54
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet-12/+7
2018-09-23rds: Fix build regression.David S. Miller-1/+1
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski-0/+1
2018-09-21decnet: Remove unnecessary check for dev->nameNathan Chancellor-1/+1
2018-09-21net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov-3/+0
2018-09-21ipv6: discard IP frag queue on more errorsPeter Oskolkov-5/+6
2018-09-21RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor-1/+1
2018-09-21net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet-1/+1
2018-09-21net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet-53/+5
2018-09-21tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet-13/+4