summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-21ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-1/+1
2022-02-21net: qualcomm: rmnet: Use skb_put_zero() to simplify codeChristophe JAILLET1-3/+1
2022-02-21Merge branch 'ipv4-invalidate-broadcast-neigh-upon-address-addition'David S. Miller4-4/+69
2022-02-21selftests: fib_test: Add a test case for IPv4 broadcast neighboursIdo Schimmel1-1/+57
2022-02-21ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel3-3/+12
2022-02-21net: core: Use csum_replace_by_diff() and csum_sub() instead of opencodingChristophe Leroy1-2/+2
2022-02-20Merge branch 'tcp_drop_reason'David S. Miller6-28/+132
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()Menglong Dong3-4/+11
2022-02-20net: tcp: use tcp_drop_reason() for tcp_data_queue()Menglong Dong3-2/+27
2022-02-20net: tcp: use tcp_drop_reason() for tcp_rcv_established()Menglong Dong3-2/+9
2022-02-20net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()Menglong Dong2-2/+8
2022-02-20net: tcp: add skb drop reasons to tcp_add_backlog()Menglong Dong5-4/+13
2022-02-20net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()Menglong Dong4-7/+33
2022-02-20net: tcp: use kfree_skb_reason() for tcp_v6_rcv()Menglong Dong1-4/+17
2022-02-20net: tcp: add skb drop reasons to tcp_v4_rcv()Menglong Dong1-1/+6
2022-02-20net: tcp: introduce tcp_drop_reason()Menglong Dong1-2/+8
2022-02-19net: prestera: acl: fix 'client_map' buff overflowVolodymyr Mytnyk1-1/+1
2022-02-19net: dsa: microchip: add ksz8563 to ksz9477 I2C driverAhmad Fatoum1-0/+1
2022-02-19net/smc: unlock on error paths in __smc_setsockopt()Dan Carpenter1-4/+8
2022-02-19net: dsa: microchip: ksz9477: export HW stats over stats64 interfaceOleksij Rempel3-0/+104
2022-02-19Merge branch 'phylink-remove-pcs_poll'David S. Miller4-10/+1
2022-02-19net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)2-4/+1
2022-02-19net: dsa: remove pcs_pollRussell King (Oracle)2-6/+0
2022-02-19net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()Juhee Kang2-7/+11
2022-02-19atm: nicstar: Use kcalloc() to simplify codeChristophe JAILLET1-8/+2
2022-02-19Merge branch 'dpaa2-eth-one-step-register'David S. Miller5-11/+106
2022-02-19dpaa2-eth: Update SINGLE_STEP register accessRadu Bulie2-10/+93
2022-02-19dpaa2-eth: Update dpni_get_single_step_cfg commandRadu Bulie3-1/+13
2022-02-19net: get rid of rtnl_lock_unregistering()Eric Dumazet1-42/+0
2022-02-19net: prestera: flower: fix destroy tmpl in chainVolodymyr Mytnyk1-9/+19
2022-02-19bridge: switch br_net_exit to batch modeEric Dumazet1-6/+9
2022-02-19Merge branch 'mctp-i2c'David S. Miller5-0/+1190
2022-02-19mctp i2c: MCTP I2C binding driverMatt Johnston3-0/+1094
2022-02-19dt-bindings: net: New binding mctp-i2c-controllerMatt Johnston2-0/+96
2022-02-19net: ip6mr: add support for passing full packet on wrong mifMobashshera Rasool2-4/+15
2022-02-19i40e: remove dead stores on XSK hotpathAlexander Lobakin1-2/+1
2022-02-19Merge branch 'add-checks-for-incoming-packet-addresses'Jakub Kicinski4-4/+25
2022-02-19mctp: add address validity checking for packet receiveJeremy Kerr1-0/+11
2022-02-19mctp: replace mctp_address_ok with more fine-grained helpersJeremy Kerr4-4/+14
2022-02-19net: Add new protocol attribute to IP addressesJacques de Laval6-7/+41
2022-02-19Merge branch 'ionic-driver-updates'Jakub Kicinski6-19/+15
2022-02-19ionic: clean up comments and whitespaceShannon Nelson3-5/+3
2022-02-19ionic: prefer strscpy over strlcpyShannon Nelson2-4/+4
2022-02-19ionic: Use vzalloc for large per-queue related buffersBrett Creeley1-8/+6
2022-02-19ionic: catch transition back to RUNNING with fw_generation 0Shannon Nelson1-2/+2
2022-02-18net: avoid quadratic behavior in netdev_wait_allrefs_any()Eric Dumazet1-3/+1
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet2-8/+22
2022-02-18net/ibmvnic: Cleanup workaround doing an EOI after partition migrationCédric Le Goater1-9/+26
2022-02-18teaming: deliver link-local packets with the link they arrive onjeffreyji1-0/+5
2022-02-18Merge branch 'qca8k-phylink'David S. Miller4-322/+429