aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-10-09netlink: policy: refactor per-attr policy writingJohannes Berg1-28/+51
2020-10-09tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2-2/+10
2020-10-09tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang1-1/+2
2020-10-09net/smc: restore smcd_version when all ISM V2 devices failed to initKarsten Graul1-1/+5
2020-10-09net/smc: cleanup buffer usage in smc_listen_work()Karsten Graul1-6/+3
2020-10-09net/smc: consolidate unlocking in same functionKarsten Graul1-37/+40
2020-10-09Merge tag 'linux-can-next-for-5.10-20201007' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski5-1/+1447
2020-10-09net/tls: sendfile fails with ktls offloadRohit Maheshwari1-5/+6
2020-10-09net: ipv6: Discard next-hop MTU less than minimum link MTUGeorg Kohmann1-1/+2
2020-10-09net/rds: suppress page allocation failure error in recv buffer refillManjunath Patil1-3/+3
2020-10-09devlink: Add enable_remote_dev_reset generic parameterMoshe Shemesh1-0/+5
2020-10-09devlink: Add remote reload statsMoshe Shemesh1-6/+54
2020-10-09devlink: Add reload statsMoshe Shemesh1-0/+90
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh1-6/+86
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh1-6/+92
2020-10-09devlink: Change devlink_reload_supported() param typeMoshe Shemesh1-7/+7
2020-10-09net: mptcp: make DACK4/DACK8 usage consistent among all subflowsDavide Caratti3-4/+3
2020-10-09bpf: Add tcp_notsent_lowat bpf setsockoptNikita V. Shirokov1-0/+4
2020-10-09net/sched: get rid of qdisc->paddedEric Dumazet1-18/+5
2020-10-09xsk: Introduce padding between ring pointersMagnus Karlsson1-0/+4
2020-10-09xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long3-8/+8
2020-10-099p/xen: Fix format argument warningYe Bin1-2/+2
2020-10-08mptcp: fix infinite loop on recvmsg()/worker() race.Paolo Abeni1-1/+8
2020-10-08ethtool: correct policy for ETHTOOL_MSG_CHANNELS_SETJohannes Berg1-2/+2
2020-10-08ethtool: strset: allow ETHTOOL_A_STRSET_COUNTS_ONLY attrJohannes Berg2-1/+2
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-332/+170
2020-10-08net: j1939: j1939_session_fresh_new(): fix missing initialization of skbcntMarc Kleine-Budde1-0/+1
2020-10-08can: j1935: j1939_tp_tx_dat_new(): fix missing initialization of skbcntCong Wang1-0/+1
2020-10-08openvswitch: handle DNAT tuple collisionDumitru Ceara1-8/+12
2020-10-08sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet1-0/+1
2020-10-08Merge tag 'mac80211-for-net-2020-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski1-0/+3
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+6
2020-10-08bridge: Netlink interface fix.Henrik Bjoernlund1-15/+11
2020-10-08net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-08mac80211: copy configured beacon tx rate to driverRajkumar Manoharan1-0/+3
2020-10-08cfg80211: only allow S1G channels on S1G bandThomas Pedersen1-1/+4
2020-10-08mac80211: initialize last_rate for S1G STAsThomas Pedersen6-1/+25
2020-10-08mac80211: handle lack of sband->bitrates in ratesThomas Pedersen2-1/+6
2020-10-07can: add ISO 15765-2:2016 transport protocolOliver Hartkopp3-0/+1442
2020-10-07SUNRPC: Add an xdr_align_data() functionAnna Schumaker1-0/+121
2020-10-07SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker1-0/+69
2020-10-07SUNRPC: Split out _shift_data_right_tail()Anna Schumaker1-27/+41
2020-10-07SUNRPC: Split out xdr_realign_pages() from xdr_align_pages()Anna Schumaker1-7/+14
2020-10-07SUNRPC: Implement a xdr_page_pos() functionAnna Schumaker1-0/+13
2020-10-07SUNRPC: Split out a function for setting current pageAnna Schumaker1-4/+9
2020-10-06can: raw: add missing error queue supportVincent Mailhol1-0/+4
2020-10-06can: af_can: can_rcv_list_find(): fix kernel doc after variable renamingMarc Kleine-Budde1-1/+1
2020-10-06ethtool: specify which header flags are supported per commandJakub Kicinski3-11/+21
2020-10-06netlink: add mask validationJakub Kicinski1-0/+8
2020-10-06ethtool: link up ethnl_header_policy as a nested policyJakub Kicinski18-29/+58