summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2020-12-02bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles1-0/+8
2020-11-24ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei1-3/+4
2020-11-24net/tls: Fix wrong record sn in async mode of device resyncTariq Toukan1-1/+15
2020-11-24Exempt multicast addresses from five-second neighbor lifetimeJeff Dike1-0/+1
2020-11-01netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi1-0/+6
2020-10-29netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso1-0/+1
2020-10-29net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_infoLeon Romanovsky1-1/+4
2020-10-17Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz1-0/+2
2020-10-02netlink: fix policy dump leakJohannes Berg1-1/+2
2020-09-28genetlink: add missing kdoc for validation flagsJakub Kicinski1-0/+1
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-10/+6
2020-09-24net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski1-0/+6
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang1-2/+0
2020-09-20net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski1-3/+5
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long1-0/+3
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern1-0/+1
2020-09-10netlink: fix doc about nlmsg_parse/nla_validateNicolas Dichtel1-2/+0
2020-09-08netfilter: nf_tables: coalesce multiple notifications into one skbuffPablo Neira Ayuso1-0/+1
2020-09-07xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony1-10/+6
2020-08-27Merge tag 'rxrpc-fixes-20200820' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-1/+1
2020-08-24ipv6: ndisc: adjust ndisc_ifinfo_sysctl_change prototypeTobias Klauser1-1/+1
2020-08-21netfilter: nf_tables: fix destination register zeroingFlorian Westphal1-0/+2
2020-08-20rxrpc: Make rxrpc_kernel_get_srtt() indicate validityDavid Howells1-1/+1
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long1-1/+2
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+6
2020-08-11net: refactor bind_bucket fastreuse into helperTim Froidcoeur1-0/+4
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron1-0/+2
2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+1
2020-08-06net: sock: add sock_set_markAlexander Aring1-0/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds58-256/+1105
2020-08-05ipv6: add ipv6_dev_find()Xin Long1-0/+2
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+14
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2-10/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+0
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-0/+5
2020-08-03devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel1-2/+4
2020-08-03devlink: Add early_drop trapAmit Cohen1-0/+3
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+29
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu1-1/+2
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski1-0/+5
2020-08-03netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan1-0/+12
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-6/+13
2020-07-31Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller6-11/+79
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-6/+9
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal1-0/+2
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal1-0/+10
2020-07-31mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal1-0/+1