summaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri3-2/+88
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri2-31/+45
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri1-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri16-25/+99
2020-07-27qed: fix the allocation of the chains with an external PBLAlexander Lobakin1-1/+3
2020-07-27bnxt_en: Add support for 'ethtool -d'Vasundhara Volam4-0/+94
2020-07-27bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan3-53/+64
2020-07-27bnxt_en: Accumulate all counters.Michael Chan2-2/+90
2020-07-27bnxt_en: Retrieve hardware masks for port counters.Michael Chan1-5/+70
2020-07-27bnxt_en: Retrieve hardware counter masks from firmware if available.Michael Chan1-0/+64
2020-07-27bnxt_en: Allocate additional memory for all statistics blocks.Michael Chan2-5/+26
2020-07-27bnxt_en: Refactor statistics code and structures.Michael Chan4-89/+76
2020-07-27bnxt_en: Use macros to define port statistics size and offset.Michael Chan2-5/+11
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan6-131/+391
2020-07-27bnxt_en: Remove PCIe non-counters from ethtool statisticsVasundhara Volam3-79/+1
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese1-14/+3
2020-07-27ipmr: Copy option to correct variableIdo Schimmel1-1/+1
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul3-6/+12
2020-07-27s390/ism: indicate correct error reason in ism_alloc_dmb()Karsten Graul1-1/+1
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall1-11/+9
2020-07-25riscv: Parse all memory blocks to remove unusable memoryAtish Patra1-14/+17
2020-07-25RISC-V: Do not rely on initrd_start/end computed during early dt parsingAtish Patra1-6/+27
2020-07-25drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2-4/+8
2020-07-25net: dsa: mv88e6xxx: Use chip-wide max frame size for MTUChris Packham4-0/+31
2020-07-25net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190XChris Packham1-0/+2
2020-07-25net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configurationChris Packham1-1/+0
2020-07-25dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-25RISC-V: Set maximum number of mapped pages correctlyAtish Patra1-1/+1
2020-07-25qrtr: orphan socket in qrtr_release()Cong Wang1-0/+1
2020-07-25net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai1-3/+3
2020-07-25l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin1-1/+3
2020-07-25l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin1-2/+0
2020-07-25l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin1-3/+4
2020-07-25l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin1-1/+5
2020-07-25l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin1-3/+7
2020-07-25l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin1-2/+0
2020-07-25l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin1-1/+0
2020-07-25l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin1-1/+4
2020-07-25l2tp: avoid multiple assignmentsTom Parkin3-9/+15
2020-07-25icmp6: support rfc 4884Willem de Bruijn6-0/+32
2020-07-25icmp: prepare rfc 4884 for ipv6Willem de Bruijn3-15/+19
2020-07-25icmp: revise rfc4884 testsWillem de Bruijn1-6/+2
2020-07-25sctp: remove redundant initialization of variable statusColin Ian King1-6/+6
2020-07-25xen-netfront: fix potential deadlock in xennet_remove()Andrea Righi1-22/+42
2020-07-25net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2-14/+13
2020-07-25sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig1-21/+29
2020-07-25mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller1-2/+2
2020-07-25net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig3-9/+43
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig61-258/+246
2020-07-25net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16