summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: buffer overflow handling in listener socketTung Nguyen2018-09-293-6/+64
* tipc: add SYN bit to connection setup messagesJon Maloy2018-09-293-5/+22
* tipc: refactor function tipc_sk_filter_connect()Jon Maloy2018-09-291-58/+43
* tipc: refactor function tipc_sk_timeout()Jon Maloy2018-09-291-24/+38
* tipc: refactor function tipc_msg_reverse()Jon Maloy2018-09-291-30/+28
* tcp: up initial rmem to 128KB and SYN rwin to around 64KBYuchung Cheng2018-09-293-46/+8
* net: sched: make function qdisc_free_cb() staticWei Yongjun2018-09-281-1/+1
* net: bridge: explicitly zero is_sticky in fdb_createNikolay Aleksandrov2018-09-281-0/+1
* net/tls: Make function get_rec() staticWei Yongjun2018-09-281-1/+1
* net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun2018-09-281-1/+1
* net: ovs: fix return type of ndo_start_xmit functionYueHaibing2018-09-281-2/+3
* net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski2018-09-2610-13/+13
* net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski2018-09-2611-17/+13
* net: bridge: pack net_bridge betterNikolay Aleksandrov2018-09-261-2/+2
* net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov2018-09-263-4/+4
* net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov2018-09-264-9/+12
* net: bridge: convert mcast options to bitsNikolay Aleksandrov2018-09-264-32/+33
* net: bridge: convert and rename mcast disabledNikolay Aleksandrov2018-09-265-21/+24
* net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov2018-09-264-4/+4
* net: bridge: convert nf call options to bitsNikolay Aleksandrov2018-09-264-18/+19
* net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov2018-09-265-18/+49
* net: bridge: make struct opening bracket consistentNikolay Aleksandrov2018-09-261-8/+4
* net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann2018-09-261-29/+13
* bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu2018-09-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-252-30/+249
|\
| * flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn2018-09-251-3/+9
| * flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-142-0/+204
| * net/core/filter: fix unused-variable warningAnders Roxell2018-09-111-2/+3
| * xdp: split code for map vs non-map redirectJesper Dangaard Brouer2018-09-061-22/+30
| * xdp: explicit inline __xdp_map_lookup_elemJesper Dangaard Brouer2018-09-061-3/+3
| * xdp: unlikely instrumentation for xdp map redirectJesper Dangaard Brouer2018-09-061-3/+3
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-09-253-0/+60
|\ \
| * | net: xsk: add a simple buffer reuse queueJakub Kicinski2018-09-253-0/+60
* | | net: sched: use reference counting for tcf blocks on rules updateVlad Buslov2018-09-251-17/+21
* | | net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2018-09-251-24/+50
* | | net: sched: protect block idr with spinlockVlad Buslov2018-09-251-2/+13
* | | net: sched: implement functions to put and flush all chainsVlad Buslov2018-09-251-25/+30
* | | net: sched: change tcf block reference counter type to refcount_tVlad Buslov2018-09-251-24/+35
* | | net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov2018-09-251-15/+64
* | | net: sched: extend Qdisc with rcuVlad Buslov2018-09-252-1/+42
* | | net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2018-09-2519-41/+46
* | | net: core: netlink: add helper refcount dec and lock functionVlad Buslov2018-09-251-0/+6
* | | tls: Fixed a memory leak during socket closeVakul Garg2018-09-251-2/+4
* | | tls: Fix socket mem accounting error under async encryptionVakul Garg2018-09-251-5/+16
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-2524-91/+183
|\ \ \ | |/ / |/| |
| * | ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-09-241-0/+9
| * | mpls: allow routes on ip6gre devicesSaif Hasan2018-09-241-1/+5
| * | netpoll: make ndo_poll_controller() optionalEric Dumazet2018-09-231-12/+7
| * | rds: Fix build regression.David S. Miller2018-09-231-1/+1
| * | net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski2018-09-221-0/+1