summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-09-29openvswitch: Use correct reply values in datapath and vport opsYifeng Sun
2018-09-29tls: Remove redundant vars from tls record structureVakul Garg
2018-09-29tipc: buffer overflow handling in listener socketTung Nguyen
2018-09-29tipc: add SYN bit to connection setup messagesJon Maloy
2018-09-29tipc: refactor function tipc_sk_filter_connect()Jon Maloy
2018-09-29tipc: refactor function tipc_sk_timeout()Jon Maloy
2018-09-29tipc: refactor function tipc_msg_reverse()Jon Maloy
2018-09-29tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng
2018-09-28net: sched: make function qdisc_free_cb() staticWei Yongjun
2018-09-28net: bridge: explicitly zero is_sticky in fdb_createNikolay Aleksandrov
2018-09-28net/tls: Make function get_rec() staticWei Yongjun
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun
2018-09-28net: ovs: fix return type of ndo_start_xmit functionYueHaibing
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski
2018-09-26net: bridge: pack net_bridge betterNikolay Aleksandrov
2018-09-26net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov
2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov
2018-09-26net: bridge: make struct opening bracket consistentNikolay Aleksandrov
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann
2018-09-25bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-09-25net: sched: use reference counting for tcf blocks on rules updateVlad Buslov
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov
2018-09-25net: sched: protect block idr with spinlockVlad Buslov
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-24tls: Fixed uninitialised vars warningVakul Garg
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron
2018-09-24net/core: Add new basic hardware counterEelco Chaudron