summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-20xfrm: destroy xfrm_state synchronously on net exit pathCong Wang1-3/+9
2019-04-20Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa1-0/+2
2019-04-17vrf: check accept_source_route on the original netdeviceStephen Suryaputra1-1/+1
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet2-8/+3
2019-04-05netfilter: physdev: relax br_netfilter dependencyFlorian Westphal1-1/+0
2019-04-03sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-04-03packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-03-23phonet: fix building with clangArnd Bergmann1-2/+3
2019-03-10Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke1-1/+1
2019-03-10net: avoid use IPCB in cipso_v4_errorNazarov Sergey1-0/+2
2019-03-10net: Add __icmp_send helper.Nazarov Sergey1-1/+8
2019-03-10ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu1-1/+1
2019-03-10net: sched: put back q.qlen into a single locationEric Dumazet1-18/+13
2019-02-27netfilter: nft_flow_offload: fix interaction with vrf slave devicewenxu1-1/+0
2019-02-23ax25: fix possible use-after-freeEric Dumazet1-0/+12
2019-02-23net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi1-0/+1
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann1-1/+2
2019-01-31net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel1-1/+1
2019-01-22netfilter: nf_conncount: speculative garbage collection on empty listsPablo Neira Ayuso1-1/+0
2019-01-22netfilter: nf_conncount: merge lookup and add functionsFlorian Westphal1-15/+3
2019-01-09sock: Make sock->sk_stamp thread-safeDeepa Dinamani1-3/+35
2019-01-09ip: validate header length on virtual device xmitWillem de Bruijn1-0/+20
2018-12-29xfrm_user: fix freeing of xfrm states on acquireMathias Krause1-0/+1
2018-12-17netfilter: add missing error handling code for register functionsTaehee Yoo2-2/+2
2018-12-17sctp: kfree_rcu asocXin Long1-0/+2
2018-12-17neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-12-01tcp: do not release socket ownership in tcp_close()Eric Dumazet1-0/+1
2018-11-23Revert "sctp: remove sctp_transport_pmtu_check"Xin Long1-0/+12
2018-11-04Revert "net: simplify sock_poll_wait"Karsten Graul1-3/+9
2018-10-18sctp: fix the data size calculation in sctp_data_sizeXin Long1-1/+1
2018-10-18geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio1-0/+10
2018-10-16sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long1-0/+2
2018-10-16ipv6: rate-limit probes for neighbourless routesSabrina Dubroca1-0/+4
2018-10-11net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca1-0/+1
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh1-2/+10
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh1-1/+1
2018-10-03inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet1-5/+0
2018-10-02tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet1-2/+1
2018-09-29netlink: fix typo in nla_parse_nested() commentJohannes Berg1-1/+1
2018-09-28Merge tag 'mac80211-for-davem-2018-09-27' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+0
2018-09-27bonding: avoid possible dead-lockMahesh Bandewar1-6/+1
2018-09-26cfg80211: fix reg_query_regdb_wmm kernel-docRandy Dunlap1-2/+0
2018-09-19NFC: Fix the number of pipesSuren Baghdasaryan1-1/+1
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca1-10/+9
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2018-09-04Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2-4/+4
2018-08-29netfilter: nf_tables: rework ct timeout set supportFlorian Westphal1-1/+1
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2-4/+4
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-18/+14
2018-08-23net_sched: fix unused variable warning in stmmacArnd Bergmann1-1/+1