summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-06-241-0/+2
* | | | | net/tls: Remove the __TLS_DEC_STATS() macro.Kuniyuki Iwashima2021-06-231-2/+0
* | | | | tcp: Add stats for socket migration.Kuniyuki Iwashima2021-06-231-0/+2
* | | | | Merge tag 'mlx5-net-next-2021-06-22' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2021-06-231-0/+1
|\ \ \ \ \
| * | | | | net/xfrm: Add inner_ipproto into sec_pathHuy Nguyen2021-06-221-0/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-233-8/+28
|\ \ \ \ \ \
| * | | | | | netfilter: conntrack: pass hook state to log functionsFlorian Westphal2021-06-181-8/+12
| * | | | | | netfilter: nf_tables: add last expressionPablo Neira Ayuso2021-06-172-0/+16
* | | | | | | net: sched: remove qdisc->empty for lockless qdiscYunsheng Lin2021-06-231-10/+3
* | | | | | | net: sched: implement TCQ_F_CAN_BYPASS for lockless qdiscYunsheng Lin2021-06-231-3/+13
* | | | | | | net: sched: avoid unnecessary seqcount operation for lockless qdiscYunsheng Lin2021-06-231-1/+3
| |_|_|/ / / |/| | | | |
* | | | | | mptcp: add allow_join_id0 in mptcp_out_optionsGeliang Tang2021-06-221-1/+2
* | | | | | sctp: process sctp over udp icmp err on sctp sideXin Long2021-06-221-0/+2
* | | | | | sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2021-06-221-0/+1
* | | | | | sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-221-0/+1
* | | | | | sctp: do the basic send and recv for PLPMTUD probeXin Long2021-06-222-1/+4
* | | | | | sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-225-1/+16
* | | | | | sctp: add the constants/variables and states and some APIs for transportXin Long2021-06-223-3/+70
* | | | | | sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long2021-06-221-0/+8
* | | | | | sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-223-0/+8
* | | | | | sctp: add pad chunk and its make function and event tableXin Long2021-06-222-0/+8
* | | | | | ethtool: Use kernel data types for internal EEPROM structIdo Schimmel2021-06-221-6/+6
* | | | | | ethtool: Document correct attribute typeIdo Schimmel2021-06-221-1/+1
* | | | | | wwan: core: add WWAN common private data for netdevSergey Ryazanov2021-06-221-0/+18
* | | | | | wwan: core: support default netdev creationSergey Ryazanov2021-06-221-1/+7
* | | | | | wwan: core: no more hold netdev ops owning moduleSergey Ryazanov2021-06-221-2/+0
* | | | | | net: mdiobus: Introduce fwnode_mdbiobus_register()Marcin Wojtas2021-06-221-0/+12
| |/ / / / |/| | | |
* | | | | net: handle ARPHRD_IP6GRE in dev_is_mac_header_xmit()Guillaume Nault2021-06-211-0/+1
* | | | | net: dsa: export the dsa_port_is_{user,cpu,dsa} helpersVladimir Oltean2021-06-211-0/+15
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-1843-80/+279
|\ \ \ \ \
| * \ \ \ \ Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-188-10/+42
| |\ \ \ \ \
| | * | | | | icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-181-0/+3
| | * | | | | net/mlx5e: Don't create devices during unload flowDmytro Linkin2021-06-161-0/+4
| | * | | | | net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-1/+6
| | * | | | | ptp: improve max_adj check against unreasonable valuesJakub Kicinski2021-06-151-1/+1
| | * | | | | net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-122-2/+7
| | * | | | | inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-101-3/+7
| | * | | | | net: annotate data race in sock_error()Eric Dumazet2021-06-101-1/+6
| | * | | | | net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak2021-06-091-0/+1
| | * | | | | Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-091-2/+7
| | |\ \ \ \ \
| | | * | | | | mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-05-311-1/+6
| | | * | | | | mac80211: correct ieee80211_iterate_active_interfaces_mtx() locking commentsBrian Norris2021-05-311-1/+1
| * | | | | | | Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-181-1/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-141-1/+0
| * | | | | | | | Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-171-2/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | quota: finish disable quotactl_path syscallMarcin Juszkiewicz2021-06-151-2/+1
| * | | | | | | | | mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-161-0/+3
| * | | | | | | | | mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-161-0/+1
| * | | | | | | | | mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-161-1/+7
| * | | | | | | | | mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz2021-06-161-0/+2