summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorFilesLines
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2022-06-29net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov1-1/+2
2022-06-28net: bonding: fix possible NULL deref in rlb codeEric Dumazet1-1/+1
2022-06-24Bonding: add per-port priority for failover re-selectionHangbin Liu3-0/+75
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-06-17bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh1-1/+3
2022-06-09bonding: cleanup bond_createJonathan Toppins1-18/+6
2022-06-09bonding: netlink error message support for optionsJonathan Toppins2-40/+93
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu2-4/+8
2022-05-31bonding: show NS IPv6 targets in proc master infoHangbin Liu1-0/+15
2022-05-28bonding: NS target should accept link local addressHangbin Liu1-5/+0
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+12
2022-05-19bonding: fix missed rcu protectionHangbin Liu1-3/+12
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-6/+6
2022-04-22ipv6: Use ipv6_only_sock() helper in condition.Kuniyuki Iwashima1-1/+1
2022-04-17bonding: do not discard lowest hash bit for non layer3+4 hashingsuresh kumar1-4/+9
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet1-1/+1
2022-03-06bonding: helper macro __ATTR_RO to make code more clearLianjie Zhang1-7/+1
2022-02-21bonding: add new option ns_ip6_targetHangbin Liu2-0/+131
2022-02-21bonding: add new parameter ns_targetsHangbin Liu2-20/+219
2022-02-21Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu1-24/+34
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+27
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet1-5/+25
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet2-9/+19
2022-02-08bonding: pair enable_port with slave_arr_updatesMahesh Bandewar1-1/+2
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski1-0/+1
2022-01-31net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb modeSun Shouxin1-2/+28
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+0
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu1-4/+0
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-4/+4
2022-01-16bonding: Fix extraction of ports from the packet headersMoshe Tal1-2/+2
2022-01-12net: bonding: fix bond_xmit_broadcast return value error bugJie Wang1-8/+22
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2021-12-29Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user spaceHangbin Liu1-16/+26
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-12-21bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera1-1/+1
2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu1-12/+21
2021-12-13net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar1-3/+3
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+8
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet1-6/+8
2021-11-30bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active deviceHangbin Liu1-2/+53
2021-11-30Bonding: add arp_missed_max optionHangbin Liu5-8/+67
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-05bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin1-25/+11
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski2-16/+14
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-08bonding: use the correct function to check for netdev name collisionAntoine Tenart1-2/+2