summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2021-10-11Merge tag 'v5.14.11' into dev-5.14Joel Stanley5-4/+19
2021-10-07af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-10-07net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2-2/+2
2021-09-30net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean1-0/+8
2021-09-22flow: fix object-size-mismatch warning in flowi{4,6}_to_flowi_common()Tetsuo Handa1-2/+2
2021-09-22net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean1-0/+5
2021-09-22Merge tag 'v5.14.6' into dev-5.14Joel Stanley4-4/+6
2021-09-18net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen1-0/+1
2021-09-18Bluetooth: Fix not generating RPA when requiredLuiz Augusto von Dentz1-0/+4
2021-09-15sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy1-2/+1
2021-09-15net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...Vladimir Oltean1-2/+0
2021-09-02mctp: Specify route types, require rtm_type in RTM_*ROUTE messagesJeremy Kerr1-0/+1
2021-09-02mctp: Allow per-netns default networksMatt Johnston2-0/+5
2021-09-02mctp: Implement message fragmentation & reassemblyJeremy Kerr1-3/+22
2021-09-02mctp: Populate socket implementationJeremy Kerr2-0/+72
2021-09-02mctp: Add neighbour implementationMatt Johnston3-0/+30
2021-09-02mctp: Add netlink route managementMatt Johnston1-0/+2
2021-09-02mctp: Add initial routing frameworkJeremy Kerr3-0/+95
2021-09-02mctp: Add device handling and netlink interfaceJeremy Kerr2-0/+49
2021-09-02mctp: Add base packet definitionsJeremy Kerr1-0/+35
2021-08-24ipv6: correct comments about fib6_node sernumzhang kai1-2/+2
2021-08-19Revert "flow_offload: action should not be NULL when it is referenced"Ido Schimmel1-7/+5
2021-08-10psample: Add a fwd declaration for skbuffRoi Dayan1-0/+2
2021-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-2/+0
2021-08-06netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal1-2/+0
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-2/+7
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa1-0/+1
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1
2021-08-03net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart1-1/+1
2021-08-03net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsBijie Xu1-0/+4
2021-08-03net: flow_offload: correct comments mismatch with codeBijie Xu1-1/+1
2021-07-27net: llc: fix skb_over_panicPavel Skripkin1-8/+23
2021-07-26sctp: send pmtu probe only if packet loss in Search Complete stateXin Long1-0/+1
2021-07-26sctp: improve the code for pmtu probe send and recv updateXin Long1-2/+2
2021-07-20net/tcp_fastopen: remove obsolete externEric Dumazet1-1/+0
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds11-212/+28
2021-07-10mptcp: avoid processing packet if a subflow resetJianguo Wu1-2/+3
2021-07-09net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo1-1/+3
2021-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+1
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo1-1/+8
2021-07-06netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah1-0/+1
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+8
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko1-1/+1
2021-07-02xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker1-0/+1
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin1-1/+0
2021-07-01tcp: consistently disable header prediction for mptcpPaolo Abeni1-0/+4
2021-07-01net: remove the caif_hsi driverChristoph Hellwig1-200/+0
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-2/+6
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long1-3/+1
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet1-1/+1