summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-11-20devlink: disallow reload operation during device cleanupJiri Pirko1-0/+3
2019-11-12bonding: use dynamic lockdep key instead of subclassTaehee Yoo1-0/+1
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-0/+1
2019-11-12netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner1-1/+2
2019-11-12net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-0/+4
2019-11-12net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-12net/tls: add a TX lockJakub Kicinski1-0/+5
2019-11-12net: fix data-race in neigh_event_send()Eric Dumazet1-2/+2
2019-11-12bonding: fix state transition issue in link monitoringJay Vosburgh1-2/+1
2019-11-10net/flow_dissector: switch to siphashEric Dumazet3-4/+5
2019-11-10net: reorder 'struct net' fields to avoid false sharingEric Dumazet1-8/+17
2019-11-10ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet1-2/+2
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-1/+1
2019-11-10net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-11-10net: annotate lockless accesses to sk->sk_napi_idEric Dumazet1-3/+3
2019-11-10net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-11-06sch_netem: fix rcu splat in netem_enqueue()Eric Dumazet1-0/+5
2019-11-06llc: fix sk_buff leak in llc_conn_service()Eric Biggers1-1/+1
2019-10-05ipv4: Revert removal of rt_uses_gatewayDavid Ahern1-1/+2
2019-10-01netfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file.Jeremy Sowden1-0/+4
2019-09-21udp: correct reuseport selection with connected socketsWillem de Bruijn1-1/+19
2019-09-21net/sched: fix race between deactivation and dequeue for NOLOCK qdiscPaolo Abeni1-1/+6
2019-09-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+0
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp2-4/+5
2019-08-29net: sched: act_sample: fix psample group handling on overwriteVlad Buslov1-0/+1
2019-08-28net_sched: fix a NULL pointer deref in ipt actionCong Wang1-1/+3
2019-08-26nexthop: Fix nexthop_num_path for blackhole nexthopsDavid Ahern1-6/+0
2019-08-25net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend1-1/+1
2019-08-21trivial: netns: fix typo in 'struct net.passive' descriptionMike Rapoport1-1/+1
2019-08-20ipv6: Fix return value of ipv6_mc_may_pull() for malformed packetsStefano Brivio1-1/+1
2019-08-19netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso1-0/+2
2019-08-19net: sched: use major priority number as hardware priorityPablo Neira Ayuso1-1/+1
2019-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-0/+1
2019-08-17Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann1-0/+1
2019-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+7
2019-08-14netlink: Fix nlmsg_parse as a wrapper for strict message parsingDavid Ahern1-3/+2
2019-08-09sock: make cookie generation global instead of per netnsDaniel Borkmann1-1/+0
2019-08-09netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso1-2/+7
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-1/+9
2019-08-09inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault1-1/+1
2019-08-07net: sched: sample: allow accessing psample_group with rtnlVlad Buslov1-1/+1
2019-08-07net: sched: police: allow accessing police->params with rtnlVlad Buslov1-2/+2
2019-08-05net/tls: partially revert fix transition through disconnect with closeJakub Kicinski1-2/+0
2019-07-31Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+15
2019-07-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty1-0/+15
2019-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-4/+14
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend1-0/+3
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend1-1/+4
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend1-3/+4
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend1-0/+2