aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-21xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk1-6/+30
2019-08-17xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel1-0/+50
2019-08-17bpf: support cloning sk storage on accept()Stanislav Fomichev2-6/+107
2019-08-17net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy1-2/+13
2019-08-17xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson4-19/+150
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2-3/+3
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski24-91/+117
2019-08-13net: devlink: remove redundant rtnl lock assertVlad Buslov1-3/+2
2019-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-14/+257
2019-08-13devlink: send notifications for deleted snapshots on region destroyJiri Pirko1-11/+12
2019-08-13netfilter: connlabels: prefer static lock initialiserFlorian Westphal1-2/+1
2019-08-13netfilter: nf_nat_proto: make tables staticValdis Klētnieks1-2/+2
2019-08-13netfilter: nf_tables: add missing prototypes.Valdis Klētnieks3-3/+3
2019-08-13netfilter: inline four headers files into another one.Jeremy Sowden2-2/+1
2019-08-13netfilter: nf_tables: store data in offload context registersPablo Neira Ayuso1-7/+17
2019-08-13netfilter: nft_bitwise: add offload supportPablo Neira Ayuso1-0/+19
2019-08-13netfilter: remove unnecessary spacesyangxingwu10-13/+13
2019-08-11drop_monitor: Expose tail drop counterIdo Schimmel1-0/+101
2019-08-11drop_monitor: Make drop queue length configurableIdo Schimmel1-3/+16
2019-08-11drop_monitor: Add a command to query current configurationIdo Schimmel1-0/+48
2019-08-11drop_monitor: Allow truncation of dropped packetsIdo Schimmel1-0/+19
2019-08-11drop_monitor: Add packet alert modeIdo Schimmel1-2/+278
2019-08-11drop_monitor: Add alert mode operationsIdo Schimmel1-6/+32
2019-08-11drop_monitor: Require CAP_NET_ADMIN for drop monitor configurationIdo Schimmel1-0/+1
2019-08-11drop_monitor: Reset per-CPU data before starting to traceIdo Schimmel1-3/+7
2019-08-11drop_monitor: Initialize timer and work item upon tracing enableIdo Schimmel1-5/+19
2019-08-11drop_monitor: Split tracing enable / disable to different functionsIdo Schimmel1-28/+51
2019-08-10wimax: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-49/+11
2019-08-09taprio: remove unused variable 'entry_list_policy'YueHaibing1-4/+0
2019-08-09tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt3-1/+11
2019-08-09devlink: remove pointless data_len arg from region snapshot createJiri Pirko1-6/+3
2019-08-09tcp: batch calls to sk_flush_backlog()Eric Dumazet1-5/+6
2019-08-09xdp: xdp_umem: fix umem pages mapping for 32bits systemsIvan Khoronzhuk1-1/+11
2019-08-08fq_codel: remove set but not used variables 'prev_ecn_mark' and 'prev_drop_count'YueHaibing1-4/+0
2019-08-08tipc: add loopback device trackingJohn Rutherford7-1/+88
2019-08-08netfilter: nf_tables_offload: support indr block callwenxu2-24/+131
2019-08-08flow_offload: support get multi-subsystem blockwenxu2-14/+46
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu2-215/+240
2019-08-08cls_api: add flow_indr_block_call functionwenxu1-10/+17
2019-08-08cls_api: remove the tcf_block cachewenxu1-8/+8
2019-08-08cls_api: modify the tc_indr_block_ing_cmd parameters.wenxu1-11/+15
2019-08-08net: use listified RX for handling GRO_NORMAL skbsEdward Cree2-3/+49
2019-08-08net: delete "register" keywordAlexey Dobriyan2-4/+4
2019-08-08Merge tag 'batadv-next-for-davem-20190808' of git://git.open-mesh.org/linux-mergeDavid S. Miller7-8/+205
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller63-284/+496
2019-08-06openvswitch: Print error when ovs_execute_actions() failsYifeng Sun1-2/+5
2019-08-06net: dsa: sja1105: Fix memory leak on meta state machine error pathVladimir Oltean1-0/+1
2019-08-06net: dsa: sja1105: Fix memory leak on meta state machine normal pathVladimir Oltean1-10/+1
2019-08-06net: sched: add ingress mirred action to hardware IRJohn Hurley1-0/+6
2019-08-06net: sched: add skbedit of ptype action to hardware IRJohn Hurley1-0/+3