summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bond_main.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu1-4/+0
2022-01-17bonding: 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-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-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 Liu1-8/+9
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-09-06bonding: Fix negative jump label count on nested bondingJussi Maki1-6/+5
2021-09-05bonding: complain about missing route only once for A/B ARP probesDavid Decotigny1-3/+3
2021-08-16bonding: improve nl error msg when device can't be enslaved because of IFF_MA...Antoine Tenart1-1/+1
2021-08-14net, bonding: Disallow vlan+srcmac with XDPJussi Maki1-7/+11
2021-08-12bonding: combine netlink and console error messagesJonathan Toppins1-32/+37
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-57/+397
2021-08-10net, bonding: Add XDP support to the bonding driverJussi Maki1-1/+308
2021-08-10net, bonding: Refactor bond_xmit_hash for use with xdp_buffJussi Maki1-57/+90
2021-08-03bonding: add new option lacp_activeHangbin Liu1-0/+1
2021-08-02bonding: 3ad: fix the concurrency between __bond_release_one() and bond_3ad_s...Yufeng Mo1-1/+2
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-13/+29
2021-07-27bonding: use siocdevprivateArnd Bergmann1-6/+24
2021-07-17bonding: fix build issueMahesh Bandewar1-0/+2
2021-07-06bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo1-1/+1
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo1-6/+16
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo1-20/+119
2021-07-06bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo1-6/+9
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo1-2/+5
2021-07-06bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo1-0/+5
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo1-1/+6
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+8
2021-06-23bonding: allow nesting of bonding deviceDi Zhu1-1/+3
2021-06-22bonding: avoid adding slave device with IFF_MASTER flagDi Zhu1-0/+6
2021-06-15net: bonding: Use per-cpu rr_tx_counterJussi Maki1-3/+15
2021-06-04net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()Kees Cook1-5/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-05-21net: bonding: remove unnecessary bracesYufeng Mo1-2/+1
2021-05-21net: bonding: add some required blank linesYufeng Mo1-0/+2
2021-05-18bonding: init notify_work earlier to avoid uninitialized useJohannes Berg1-1/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+4
2021-04-22bonding: 3ad: Fix the conflict between bond_update_slave_arr and the state ma...jinyiting1-3/+4
2021-03-29net: bonding: Correct function name bond_change_active_slave() in commentYang Yingliang1-1/+1
2021-03-12Revert "net: bonding: fix error return code of bond_neigh_init()"David S. Miller1-6/+2
2021-03-08net: bonding: fix error return code of bond_neigh_init()Jia-Ju Bai1-2/+6
2021-01-20bonding: add a vlan+srcmac tx hashing optionJarod Wilson1-2/+32
2021-01-19net/bonding: Implement TLS TX device offloadTariq Toukan1-0/+29