aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02net: inet_rtm_getroute() - use new style struct initializer instead of memsetMaciej Żenczykowski1-2/+1
2018-10-02net: ip_rt_get_source() - use new style struct initializer instead of memsetMaciej Żenczykowski1-12/+9
2018-10-02net: drop unused skb_append_datato_frags()Paolo Abeni1-58/+0
2018-10-01tcp/fq: move back to CLOCK_MONOTONICEric Dumazet2-4/+4
2018-10-01net_sched: fix a crash in tc_new_tfilter()Cong Wang1-1/+3
2018-10-01tcp: adjust rcv zerocopy hints based on frag sizesSoheil Hassas Yeganeh1-1/+10
2018-10-01tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZESoheil Hassas Yeganeh1-5/+9
2018-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller4-10/+12
2018-10-01tcp: start receiver buffer autotuning soonerYuchung Cheng1-1/+1
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun1-10/+10
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg1-49/+43
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen3-6/+64
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy3-5/+22
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy1-58/+43
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy1-24/+38
2018-09-29tipc: refactor function tipc_msg_reverse()Jon Maloy1-30/+28
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng3-46/+8
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun1-1/+1
2018-09-28net: bridge: explicitly zero is_sticky in fdb_createNikolay Aleksandrov1-0/+1
2018-09-28net/tls: Make function get_rec() staticWei Yongjun1-1/+1
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun1-1/+1
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing1-2/+3
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski10-13/+13
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski11-17/+13
2018-09-26net: bridge: pack net_bridge betterNikolay Aleksandrov1-2/+2
2018-09-26net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov3-4/+4
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov4-9/+12
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov4-32/+33
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov5-21/+24
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov4-4/+4
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov4-18/+19
2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov5-18/+49
2018-09-26net: bridge: make struct opening bracket consistentNikolay Aleksandrov1-8/+4
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann1-29/+13
2018-09-25bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu1-1/+1
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-30/+249
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller3-0/+60
2018-09-25net: sched: use reference counting for tcf blocks on rules updateVlad Buslov1-17/+21
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov1-24/+50
2018-09-25net: sched: protect block idr with spinlockVlad Buslov1-2/+13
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov1-25/+30
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov1-24/+35
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov2-1/+42
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov19-41/+46
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov1-0/+6
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski3-0/+60
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg1-2/+4
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg1-5/+16
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-91/+183