summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix the data size calculation in sctp_data_sizeXin Long2018-11-041-1/+1
* ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-11-041-0/+4
* inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-181-5/+0
* tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-181-2/+1
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-10-181-0/+1
* bonding: avoid possible dead-lockMahesh Bandewar2018-10-181-6/+1
* cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-10-102-4/+4
* NFC: Fix the number of pipesSuren Baghdasaryan2018-09-291-1/+1
* tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-291-10/+9
* tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-09-151-0/+4
* llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-071-0/+5
* vsock: split dwork to avoid reinitializationsCong Wang2018-08-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-241-3/+2
|\
| * netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0
| * netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+2
* | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-07-241-6/+6
|\ \
| * | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-6/+6
* | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-231-0/+5
* | | net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-211-0/+5
* | | tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-201-0/+1
* | | tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-201-0/+1
* | | ipv6: fix useless rol32 call on hashColin Ian King2018-07-181-1/+1
| |/ |/|
* | ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-161-0/+2
* | tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-131-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-092-2/+8
|\ \
| * | netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-061-0/+6
| * | netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-061-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-082-0/+8
|\ \ \
| * | | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-071-0/+4
| * | | xsk: fix potential race in SKB TX completion codeMagnus Karlsson2018-07-021-0/+4
| | |/ | |/|
* | | net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0
* | | net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0
* | | ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-07-051-8/+1
| |/ |/|
* | net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2018-07-041-0/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-023-1/+6
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-282-1/+1
| |\
| | * netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet2018-06-182-1/+1
| * | nfp: reject binding to shared blocksJohn Hurley2018-06-271-0/+5
* | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-286-6/+12
|/ /
* / net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet2018-06-201-2/+3
|/
* sctp: define sctp_packet_gso_append to build GSO framesXin Long2018-06-141-0/+5
* netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei2018-06-121-1/+2
* tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-111-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-112-10/+30
|\
| * netfilter: remove include/net/netfilter/nft_dup.hCorentin Labbe2018-06-081-10/+0
| * ipvs: register conntrack hooks for ftpJulian Anastasov2018-06-021-0/+30
* | udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-082-2/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-0665-471/+1456
|\ \
| * | strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes2018-06-061-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-052-1/+57
| |\ \