aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-15net: bridge: vlan: check for errors from __vlan_del in __vlan_flushVladimir Oltean1-1/+8
2022-02-15ipv4: add description about martian sourceZhang Yunkai1-0/+3
2022-02-14tipc: fix wrong publisher node address in link publicationsJon Maloy1-1/+1
2022-02-14ipv6: blackhole_netdev needs snmp6 countersIdo Schimmel1-9/+9
2022-02-14net: fix documentation for kernel_getsocknameAlex Maydanik1-2/+2
2022-02-14net: dev: Make rps_lock() disable interrupts.Sebastian Andrzej Siewior1-34/+42
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior1-38/+29
2022-02-14net: dev: Remove preempt_disable() and get_cpu() in netif_rx_internal().Sebastian Andrzej Siewior1-4/+1
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet4-28/+35
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean2-1/+1
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin2-3/+3
2022-02-14ipv6: Add reasons for skb drops to __udp6_lib_rcvDavid Ahern1-2/+9
2022-02-14net/smc: Add comment for smc_tx_pendingTony Lu1-1/+6
2022-02-14Generate netlink notification when default IPv6 route preference changesKalash Nainwal1-1/+5
2022-02-14net/sched: act_police: more accurate MTU policingDavide Caratti1-1/+15
2022-02-13netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependencyPablo Neira Ayuso1-0/+2
2022-02-13tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua1-1/+1
2022-02-11Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller16-46/+234
2022-02-11Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessDavid S. Miller2-21/+25
2022-02-11bpf: Do not try bpf_msg_push_data with len 0Felix Maurer1-0/+3
2022-02-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller2-2/+4
2022-02-11ipv4: add (struct uncached_list)->quarantine listEric Dumazet1-3/+9
2022-02-11ipv6: add (struct uncached_list)->quarantine listEric Dumazet1-3/+14
2022-02-11ipv6: give an IPv6 dev to blackhole_netdevEric Dumazet2-59/+40
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet2-5/+0
2022-02-11drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hitEric Dumazet1-2/+9
2022-02-11ipv6: Reject routes configurations that specify dsfield (tos)Guillaume Nault1-0/+6
2022-02-11net: dsa: remove lockdep class for DSA slave address listVladimir Oltean1-12/+0
2022-02-11net: dsa: remove lockdep class for DSA master address listVladimir Oltean1-4/+0
2022-02-11net: dsa: remove ndo_get_phys_port_name and ndo_get_port_parent_idVladimir Oltean1-41/+1
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe4-0/+66
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2-1/+69
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe2-1/+19
2022-02-11net/smc: Limit backlog connectionsD. Wythe2-1/+50
2022-02-11net/smc: Make smc_tcp_listen_work() independentD. Wythe1-2/+11
2022-02-11net/smc: Avoid overwriting the copies of clcsock callback functionsWen Gu1-3/+7
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-156/+411
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds19-82/+144
2022-02-10net/switchdev: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)1-1/+1
2022-02-10netfilter: nft_synproxy: unregister hooks on init error pathPablo Neira Ayuso1-1/+3
2022-02-10ipv4: Reject again rules with high DSCP valuesGuillaume Nault1-0/+5
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet2-8/+5
2022-02-10net: mpls: Fix GCC 12 warningVictor Erminpour1-1/+1
2022-02-10skbuff: cleanup double word in commentTom Rix1-1/+1
2022-02-10net: ping6: support setting socket options via cmsgJakub Kicinski1-4/+9
2022-02-10net: ping6: support packet timestampingJakub Kicinski1-0/+1
2022-02-10net: ping6: remove a pr_debug() statementJakub Kicinski1-2/+0
2022-02-10net: mac802154: Set durations automaticallyMiquel Raynal2-0/+47
2022-02-10net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal1-4/+4
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller1-2/+2