aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-08-09psample: Add a fwd declaration for skbuffGravatar Roi Dayan 1-0/+2
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar Jakub Kicinski 1-2/+0
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againGravatar Florian Westphal 1-2/+0
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 4-2/+7
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Gravatar Tetsuo Handa 1-0/+1
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-0/+1
2021-08-03net: ipv6: fix returned variable type in ip6_skb_dst_mtuGravatar Antoine Tenart 1-1/+1
2021-08-03net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsGravatar Bijie Xu 1-0/+4
2021-08-03net: flow_offload: correct comments mismatch with codeGravatar Bijie Xu 1-1/+1
2021-07-27net: llc: fix skb_over_panicGravatar Pavel Skripkin 1-8/+23
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateGravatar Xin Long 1-0/+1
2021-07-25sctp: improve the code for pmtu probe send and recv updateGravatar Xin Long 1-2/+2
2021-07-20net/tcp_fastopen: remove obsolete externGravatar Eric Dumazet 1-1/+0
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 11-212/+28
2021-07-09mptcp: avoid processing packet if a subflow resetGravatar Jianguo Wu 1-2/+3
2021-07-09net: validate lwtstate->data before returning from skb_tunnel_info()Gravatar Taehee Yoo 1-1/+3
2021-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 2-1/+1
2021-07-06bonding: Add struct bond_ipesc to manage SAGravatar Taehee Yoo 1-1/+8
2021-07-06netfilter: conntrack: add new sysctl to disable RST checkGravatar Ali Abdallah 1-0/+1
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+8
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuGravatar Vadim Fedorenko 1-1/+1
2021-07-02xfrm: Fix RCU vs hash_resize_mutex lock inversionGravatar Frederic Weisbecker 1-0/+1
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalGravatar Vasily Averin 1-1/+0
2021-07-01tcp: consistently disable header prediction for mptcpGravatar Paolo Abeni 1-0/+4
2021-07-01net: remove the caif_hsi driverGravatar Christoph Hellwig 1-200/+0
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingGravatar Yangbo Lu 1-2/+6
2021-07-01sctp: move 198 addresses from unusable to private scopeGravatar Xin Long 1-3/+1
2021-07-01net: annotate data race around sk_ll_usecGravatar Eric Dumazet 1-1/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 8-18/+49
2021-06-29tcp: change ICSK_CA_PRIV_SIZE definitionGravatar Eric Dumazet 1-1/+1
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 2-1/+3
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelGravatar Vladimir Oltean 1-0/+1
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelGravatar Vladimir Oltean 1-0/+12
2021-06-29net: dsa: introduce dsa_is_upstream_port and dsa_switch_is_upstream_ofGravatar Vladimir Oltean 1-0/+26
2021-06-28Merge tag 'for-net-next-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 3-63/+68
2021-06-28sctp: validate from_addr_param returnGravatar Marcelo Ricardo Leitner 1-1/+1
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+1
2021-06-28ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messagesGravatar Andreas Roeseler 1-0/+1
2021-06-28flow_offload: action should not be NULL when it is referencedGravatar gushengxian 1-5/+7
2021-06-28net: switchdev: add a context void pointer to struct switchdev_notifier_infoGravatar Vladimir Oltean 1-6/+7
2021-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitGravatar David S. Miller 2-22/+16
2021-06-28Merge tag 'mac80211-next-for-net-next-2021-06-25' of git://git.kernel.org/pub...Gravatar David S. Miller 2-35/+86
2021-06-28net: lwtunnel: handle MTU calculation in forwadingGravatar Vadim Fedorenko 2-8/+20
2021-06-26Bluetooth: Fix Set Extended (Scan Response) DataGravatar Luiz Augusto von Dentz 2-6/+8
2021-06-26Bluetooth: use inclusive language when filtering devicesGravatar Archie Pusaka 2-12/+12
2021-06-26Bluetooth: use inclusive language when tracking connectionsGravatar Archie Pusaka 1-3/+3
2021-06-26Bluetooth: use inclusive language in SMPGravatar Archie Pusaka 1-1/+1
2021-06-26Bluetooth: use inclusive language in HCI LE featuresGravatar Archie Pusaka 1-3/+3
2021-06-26Bluetooth: use inclusive language to describe CPBGravatar Archie Pusaka 2-15/+15
2021-06-26Bluetooth: use inclusive language in hci_core.hGravatar Archie Pusaka 1-22/+22