summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-022-17/+11
|\
| * netfilter: add audit table unregister actionsRichard Guy Briggs2020-04-282-0/+4
| * audit: tidy and extend netfilter_cfg x_tablesRichard Guy Briggs2020-04-282-17/+7
* | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-4/+2
* | mm: remove map_vm_rangeChristoph Hellwig2020-06-021-2/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-017-37/+18
|\ \
| * | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-082-2/+0
| * | crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers2020-05-081-5/+5
| * | mptcp: use SHA256_BLOCK_SIZE, not SHA_MESSAGE_BYTESEric Biggers2020-05-081-2/+2
| * | sctp: use crypto_shash_tfm_digest()Eric Biggers2020-05-082-23/+10
| * | Bluetooth: use crypto_shash_tfm_digest()Eric Biggers2020-05-081-5/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-3137-202/+495
|\ \
| * | l2tp: add sk_family checks to l2tp_validate_socketEric Dumazet2020-05-301-0/+3
| * | l2tp: do not use inet_hash()/inet_unhash()Eric Dumazet2020-05-302-15/+44
| * | net: qrtr: Allocate workqueue before kernel_bindChris Lew2020-05-301-5/+5
| * | mptcp: remove msk from the token container at destruction time.Paolo Abeni2020-05-301-1/+1
| * | mptcp: fix race between MP_JOIN and closePaolo Abeni2020-05-301-15/+27
| * | mptcp: fix unblocking connect()Paolo Abeni2020-05-301-2/+18
| * | net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu2020-05-301-0/+3
| * | devinet: fix memleak in inetdev_init()Yang Yingliang2020-05-301-0/+1
| * | virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He2020-05-301-0/+8
| * | neigh: fix ARP retransmit timer guardHangbin Liu2020-05-291-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-291-2/+6
| |\ \
| | * | xsk: Add overflow check for u64 division, stored into u32Björn Töpel2020-05-261-2/+6
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-299-43/+102
| |\ \ \
| | * | | xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long2020-05-291-1/+2
| | * | | xfrm: fix a warning in xfrm_policy_insert_listXin Long2020-05-251-6/+1
| | * | | esp4: improve xfrm4_beet_gso_segment() to be more readableXin Long2020-05-181-8/+11
| | * | | esp6: calculate transport_header correctly when sel.family != AF_INET6Xin Long2020-05-141-12/+15
| | * | | xfrm interface: fix oops when deleting a x-netns interfaceNicolas Dichtel2020-04-231-0/+21
| | * | | ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-04-231-1/+22
| | * | | xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_outputXin Long2020-04-211-5/+7
| | * | | esp4: support ipv6 nexthdrs process for beet gso segmentXin Long2020-04-211-4/+9
| | * | | esp6: support ipv6 nexthdrs process for beet gso segmentXin Long2020-04-211-2/+7
| | * | | xfrm: espintcp: save and call old ->sk_destructSabrina Dubroca2020-04-201-0/+2
| | * | | xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long2020-04-202-6/+2
| | * | | esp6: get the right proto for transport mode in esp6_gso_encapXin Long2020-04-151-1/+8
| | * | | xfrm: do pskb_pull properly in __xfrm_transport_prepXin Long2020-04-151-5/+3
| | * | | xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_inputXin Long2020-04-151-1/+1
| * | | | sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} eventJonas Falkevik2020-05-281-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-282-5/+5
| |\ \ \ \
| | * | | | netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2020-05-271-1/+1
| | * | | | netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso2020-05-271-1/+1
| | * | | | netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor2020-05-271-3/+3
| * | | | | net: dsa: declare lockless TX feature for slave portsVladimir Oltean2020-05-271-0/+1
| * | | | | bridge: multicast: work around clang bugArnd Bergmann2020-05-271-1/+2
| * | | | | vsock: fix timeout in vsock_accept()Stefano Garzarella2020-05-271-1/+1
| * | | | | net/sched: fix infinite loop in sch_fq_pieDavide Caratti2020-05-271-2/+2
| |/ / / /
| * | | | net: sctp: Fix spelling in Kconfig helpChris Packham2020-05-261-1/+1
| * | | | mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni2020-05-261-1/+2