summaryrefslogtreecommitdiffstats
path: root/drivers/net/bonding
AgeCommit message (Expand)AuthorLines
2022-03-11net: add per-cpu storage and net->core_statsEric Dumazet-1/+1
2022-03-06bonding: helper macro __ATTR_RO to make code more clearLianjie Zhang-7/+1
2022-02-21bonding: add new option ns_ip6_targetHangbin Liu-0/+131
2022-02-21bonding: add new parameter ns_targetsHangbin Liu-20/+219
2022-02-21Bonding: split bond_handle_vlan from bond_arp_sendHangbin Liu-24/+34
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+27
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong-3/+2
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet-5/+25
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2022-02-08bonding: switch bond_net_exit() to batch modeEric Dumazet-9/+19
2022-02-08bonding: pair enable_port with slave_arr_updatesMahesh Bandewar-1/+2
2022-02-04net: don't include ndisc.h from ipv6.hJakub Kicinski-0/+1
2022-01-31net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb modeSun Shouxin-2/+28
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+0
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu-4/+0
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-4/+4
2022-01-16bonding: Fix extraction of ports from the packet headersMoshe Tal-2/+2
2022-01-12net: bonding: fix bond_xmit_broadcast return value error bugJie Wang-8/+22
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+1
2021-12-29Bonding: return HWTSTAMP_FLAG_BONDED_PHC_INDEX to notify user spaceHangbin Liu-16/+26
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2021-12-21bonding: fix ad_actor_system option setting to defaultFernando Fernandez Mancera-1/+1
2021-12-14Bonding: force user to add HWTSTAMP_FLAG_BONDED_PHC_INDEX when get/set HWTSTAMPHangbin Liu-12/+21
2021-12-13net: bonding: debug: avoid printing debug logs when bond is not notifying peersSuresh Kumar-3/+3
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+8
2021-12-03bonding: make tx_rebalance_counter an atomicEric Dumazet-6/+8
2021-11-30bond: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to active deviceHangbin Liu-2/+53
2021-11-30Bonding: add arp_missed_max optionHangbin Liu-8/+67
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet-1/+1
2021-11-05bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin-25/+11
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski-16/+14
2021-10-09net: use dev_addr_set()Jakub Kicinski-1/+1
2021-10-08bonding: use the correct function to check for netdev name collisionAntoine Tenart-2/+2
2021-09-07bonding: 3ad: pass parameter bond_params by referenceColin Ian King-4/+4
2021-09-06bonding: Fix negative jump label count on nested bondingJussi Maki-6/+5
2021-09-05bonding: complain about missing route only once for A/B ARP probesDavid Decotigny-3/+3
2021-08-16bonding: improve nl error msg when device can't be enslaved because of IFF_MA...Antoine Tenart-1/+1
2021-08-13net, bonding: Disallow vlan+srcmac with XDPJussi Maki-7/+11
2021-08-11bonding: combine netlink and console error messagesJonathan Toppins-32/+37
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-57/+397
2021-08-09net, bonding: Add XDP support to the bonding driverJussi Maki-1/+308
2021-08-09net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki-57/+90
2021-08-07net: bonding: bond_alb: Remove the dependency on ipx network layerCai Huoqing-32/+0
2021-08-03bonding: add new option lacp_activeHangbin Liu-10/+72
2021-08-02bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo-1/+2
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-13/+29
2021-07-27bonding: use siocdevprivateArnd Bergmann-6/+24
2021-07-16bonding: fix build issueMahesh Bandewar-0/+2