summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-316-39/+29Star
|\ \ \
| * \ \ Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2019-07-303-7/+3Star
| |\ \ \
| | * | | netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik2019-07-291-1/+1
| | * | | netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio2019-07-292-2/+2
| | * | | netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio2019-07-291-4/+0Star
| * | | | netfilter: ebtables: also count base chain policiesFlorian Westphal2019-07-301-11/+17
| |/ / /
| * | | netfilter: nft_meta_bridge: Eliminate 'out' labelPhil Sutter2019-07-251-3/+1Star
| * | | netfilter: nf_tables: Make nft_meta expression more robustPhil Sutter2019-07-252-17/+5Star
| * | | netfilter: ebtables: fix a memory leak bug in compatWenwen Wang2019-07-211-1/+3
* | | | compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
* | | | tipc: fix unitilized skb list crashJon Maloy2019-07-301-2/+1Star
* | | | rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells2019-07-301-0/+1
* | | | rxrpc: Fix potential deadlockDavid Howells2019-07-303-1/+20
* | | | net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-07-291-2/+2
* | | | net: fix ifindex collision during namespace removalJiri Pirko2019-07-291-0/+2
* | | | net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva2019-07-291-5/+9
* | | | net: bridge: delete local fdb on device init failureNikolay Aleksandrov2019-07-291-0/+5
* | | | net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-07-291-3/+3
* | | | net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai2019-07-271-1/+4
* | | | ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-07-261-4/+2Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-266-66/+201
|\ \ \ \ | |_|/ / |/| | |
| * | | bpf: fix access to skb_shared_info->gso_segsEric Dumazet2019-07-231-3/+3
| * | | bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-223-7/+43
| * | | bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend2019-07-221-0/+3
| * | | bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend2019-07-221-0/+2
| * | | bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend2019-07-221-5/+9
| * | | net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-221-0/+55
| * | | net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-223-42/+60
| * | | net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-222-7/+20
| * | | net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski2019-07-221-4/+0Star
| * | | net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-223-10/+18
* | | | ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-07-261-0/+3
* | | | ife: error out when nla attributes are emptyCong Wang2019-07-251-0/+5
* | | | netrom: hold sock when setting skb->destructorCong Wang2019-07-251-0/+1
* | | | ovs: datapath: hide clang frame-overflow warningsArnd Bergmann2019-07-251-7/+8
* | | | Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/...David S. Miller2019-07-241-15/+33
|\ \ \ \
| * | | | can: gw: Fix error path of cgw_module_initYueHaibing2019-07-241-15/+33
* | | | | ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan2019-07-241-1/+2
* | | | | net/ipv4: cleanup error condition testingPavel Machek2019-07-241-1/+1
|/ / / /
* | / / tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-221-2/+11
| |/ / |/| |
* | | net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-211-1/+3
* | | tipc: Fix a typoChristophe JAILLET2019-07-211-1/+1
* | | mac80211: don't warn about CW params when not using themBrian Norris2019-07-201-4/+9
* | | mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi2019-07-201-2/+6
* | | net: flow_offload: add flow_block structure and use itPablo Neira Ayuso2019-07-205-10/+15
* | | net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-207-12/+13
* | | net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso2019-07-202-7/+4Star
* | | net: openvswitch: rename flow_stats to sw_flow_statsPablo Neira Ayuso2019-07-203-10/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-2041-77/+106
|\ \ \ | |_|/ |/| |
| * | netfilter: bridge: make NF_TABLES_BRIDGE tristateArnd Bergmann2019-07-193-3/+3