Age | Commit message (Expand) | Author | Files | Lines |
2018-10-01 | tcp/fq: move back to CLOCK_MONOTONIC | Eric Dumazet | 2 | -4/+4 |
2018-10-01 | net_sched: fix a crash in tc_new_tfilter() | Cong Wang | 1 | -1/+3 |
2018-10-01 | tcp: adjust rcv zerocopy hints based on frag sizes | Soheil Hassas Yeganeh | 1 | -1/+10 |
2018-10-01 | tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE | Soheil Hassas Yeganeh | 1 | -5/+9 |
2018-10-01 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 4 | -10/+12 |
2018-10-01 | tcp: start receiver buffer autotuning sooner | Yuchung Cheng | 1 | -1/+1 |
2018-09-29 | openvswitch: Use correct reply values in datapath and vport ops | Yifeng Sun | 1 | -10/+10 |
2018-09-29 | tls: Remove redundant vars from tls record structure | Vakul Garg | 1 | -49/+43 |
2018-09-29 | tipc: buffer overflow handling in listener socket | Tung Nguyen | 3 | -6/+64 |
2018-09-29 | tipc: add SYN bit to connection setup messages | Jon Maloy | 3 | -5/+22 |
2018-09-29 | tipc: refactor function tipc_sk_filter_connect() | Jon Maloy | 1 | -58/+43 |
2018-09-29 | tipc: refactor function tipc_sk_timeout() | Jon Maloy | 1 | -24/+38 |
2018-09-29 | tipc: refactor function tipc_msg_reverse() | Jon Maloy | 1 | -30/+28 |
2018-09-29 | tcp: up initial rmem to 128KB and SYN rwin to around 64KB | Yuchung Cheng | 3 | -46/+8 |
2018-09-28 | net: sched: make function qdisc_free_cb() static | Wei Yongjun | 1 | -1/+1 |
2018-09-28 | net: bridge: explicitly zero is_sticky in fdb_create | Nikolay Aleksandrov | 1 | -0/+1 |
2018-09-28 | net/tls: Make function get_rec() static | Wei Yongjun | 1 | -1/+1 |
2018-09-28 | net/core: make function ___gnet_stats_copy_basic() static | Wei Yongjun | 1 | -1/+1 |
2018-09-28 | net: ovs: fix return type of ndo_start_xmit function | YueHaibing | 1 | -2/+3 |
2018-09-26 | net-ipv4: remove 2 always zero parameters from ipv4_redirect() | Maciej Żenczykowski | 10 | -13/+13 |
2018-09-26 | net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() | Maciej Żenczykowski | 11 | -17/+13 |
2018-09-26 | net: bridge: pack net_bridge better | Nikolay Aleksandrov | 1 | -2/+2 |
2018-09-26 | net: bridge: convert mtu_set_by_user to a bit | Nikolay Aleksandrov | 3 | -4/+4 |
2018-09-26 | net: bridge: convert neigh_suppress_enabled option to a bit | Nikolay Aleksandrov | 4 | -9/+12 |
2018-09-26 | net: bridge: convert mcast options to bits | Nikolay Aleksandrov | 4 | -32/+33 |
2018-09-26 | net: bridge: convert and rename mcast disabled | Nikolay Aleksandrov | 5 | -21/+24 |
2018-09-26 | net: bridge: convert group_addr_set option to a bit | Nikolay Aleksandrov | 4 | -4/+4 |
2018-09-26 | net: bridge: convert nf call options to bits | Nikolay Aleksandrov | 4 | -18/+19 |
2018-09-26 | net: bridge: add bitfield for options and convert vlan opts | Nikolay Aleksandrov | 5 | -18/+49 |
2018-09-26 | net: bridge: make struct opening bracket consistent | Nikolay Aleksandrov | 1 | -8/+4 |
2018-09-26 | net/af_iucv: locate IUCV header via skb_network_header() | Julian Wiedmann | 1 | -29/+13 |
2018-09-25 | bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTER | Roopa Prabhu | 1 | -1/+1 |
2018-09-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -30/+249 |
2018-09-25 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 3 | -0/+60 |
2018-09-25 | net: sched: use reference counting for tcf blocks on rules update | Vlad Buslov | 1 | -17/+21 |
2018-09-25 | net: sched: implement tcf_block_refcnt_{get|put}() | Vlad Buslov | 1 | -24/+50 |
2018-09-25 | net: sched: protect block idr with spinlock | Vlad Buslov | 1 | -2/+13 |
2018-09-25 | net: sched: implement functions to put and flush all chains | Vlad Buslov | 1 | -25/+30 |
2018-09-25 | net: sched: change tcf block reference counter type to refcount_t | Vlad Buslov | 1 | -24/+35 |
2018-09-25 | net: sched: use Qdisc rcu API instead of relying on rtnl lock | Vlad Buslov | 1 | -15/+64 |
2018-09-25 | net: sched: extend Qdisc with rcu | Vlad Buslov | 2 | -1/+42 |
2018-09-25 | net: sched: rename qdisc_destroy() to qdisc_put() | Vlad Buslov | 19 | -41/+46 |
2018-09-25 | net: core: netlink: add helper refcount dec and lock function | Vlad Buslov | 1 | -0/+6 |
2018-09-25 | net: xsk: add a simple buffer reuse queue | Jakub Kicinski | 3 | -0/+60 |
2018-09-25 | tls: Fixed a memory leak during socket close | Vakul Garg | 1 | -2/+4 |
2018-09-25 | tls: Fix socket mem accounting error under async encryption | Vakul Garg | 1 | -5/+16 |
2018-09-25 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 24 | -91/+183 |
2018-09-25 | flow_dissector: lookup netns by skb->sk if skb->dev is NULL | Willem de Bruijn | 1 | -3/+9 |
2018-09-24 | ip_tunnel: be careful when accessing the inner header | Paolo Abeni | 1 | -0/+9 |
2018-09-24 | tls: Fixed uninitialised vars warning | Vakul Garg | 1 | -2/+2 |