summaryrefslogtreecommitdiffstats
path: root/lib/lshrdi3.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-03net: core: enable SO_BINDTODEVICE for non-root usersVincent Bernat1-1/+1
2020-04-02net: stmmac: xgmac: Fix VLAN register handlingJose Abreu1-0/+11
2020-04-02net: cavium: Fix build errors due to 'imply CAVIUM_PTP'YueHaibing1-1/+1
2020-04-02mptcp: fix "fn parameter not described" warningsMatthieu Baerts1-4/+5
2020-04-02mptcp: re-check dsn before reading from subflowFlorian Westphal1-0/+26
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal3-2/+36
2020-04-02mptcp: fix tcp fallback crashFlorian Westphal1-4/+46
2020-04-02net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King1-1/+1
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing1-0/+1
2020-04-02net: dsa: dsa_bridge_mtu_normalization() can be statickbuild test robot1-1/+1
2020-04-02net: atlantic: fix missing | operator when assigning rec->llcColin Ian King1-1/+1
2020-04-02net: qualcomm: rmnet: Allow configuration updates to existing devicesSubash Abhinov Kasiviswanathan1-12/+19
2020-04-01dt-bindings: net: mvusb: Fix example errorsRob Herring1-15/+14
2020-04-01net: stmmac: Fix VLAN filtering when HW does not support itJose Abreu1-5/+12
2020-04-01bnx2x: correct a comment mistake in grammarHu Haowen1-1/+2
2020-04-01net/faraday: fix grammar in function ftgmac100_setup_clk() in ftgmac100.cHu Haowen1-1/+1
2020-04-01slcan: Don't transmit uninitialized stack data in paddingRichard Palethorpe1-3/+1
2020-04-01net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel1-2/+2
2020-04-01cxgb4: free MQPRIO resources in shutdown pathRahul Lakkireddy3-0/+28
2020-04-01cxgb4: fix MPS index overwrite when setting MAC addressHerat Ramani1-1/+0
2020-04-01ipv6: don't auto-add link-local address to lag portsJarod Wilson1-0/+4
2020-04-01net_sched: add a temporary refcnt for struct tcindex_dataCong Wang1-6/+38
2020-04-01x86: get rid of 'errret' argument to __get_user_xyz() macrossLinus Torvalds1-15/+15
2020-04-01x86: remove __put_user_asm() infrastructureLinus Torvalds1-11/+0
2020-03-31net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva1-1/+3
2020-03-31cxgb4/chcr: nic-tls stats in ethtoolRohit Maheshwari1-0/+18
2020-03-31net: dsa: fix oops while probing Marvell DSA switchesRussell King1-1/+2
2020-03-31net/bpfilter: remove superfluous testing messageBruno Meneguele1-1/+0
2020-03-31net: macb: Fix handling of fixed-link nodeCodrin Ciubotariu1-0/+3
2020-03-31net: dsa: ksz: Select KSZ protocol tagCodrin Ciubotariu1-0/+1
2020-03-31Makefile: Update kselftest help informationShuah Khan1-6/+9
2020-03-31netdevsim: dev: Fix memory leak in nsim_dev_take_snapshot_writeGustavo A. R. Silva1-0/+1
2020-03-31net: stmmac: add EHL 2.5Gbps PCI info and PCI IDVoon Weifeng1-8/+16
2020-03-31net: stmmac: add EHL PSE0 & PSE1 1Gbps PCI info and PCI IDVoon Weifeng1-0/+75
2020-03-31net: stmmac: create dwmac-intel.c to contain all Intel platformVoon Weifeng4-313/+519
2020-03-31net: dsa: bcm_sf2: Support specifying VLAN tag egress ruleFlorian Fainelli1-2/+38
2020-03-31net: dsa: bcm_sf2: Add support for matching VLAN TCIFlorian Fainelli1-15/+38
2020-03-31net: dsa: bcm_sf2: Move writing of CFP_DATA(5) into slicing functionsFlorian Fainelli1-32/+32
2020-03-31net: dsa: bcm_sf2: Check earlier for FLOW_EXT and FLOW_MAC_EXTFlorian Fainelli1-2/+3
2020-03-31net: dsa: bcm_sf2: Disable learning for ASP portFlorian Fainelli1-1/+9
2020-03-31net: dsa: b53: Deny enslaving port 7 for 7278 into a bridgeFlorian Fainelli1-0/+6
2020-03-31net: dsa: b53: Prevent tagged VLAN on port 7 for 7278Florian Fainelli1-0/+8
2020-03-31net: dsa: b53: Restore VLAN entries upon (re)configurationFlorian Fainelli1-0/+15
2020-03-31net: dsa: bcm_sf2: Fix overflow checksFlorian Fainelli1-6/+3
2020-03-31hv_netvsc: Remove unnecessary round_up for recv_completion_cntHaiyang Zhang1-4/+5
2020-03-31selftests: mlxsw: Add test cases for devlink-trap policersIdo Schimmel2-0/+390
2020-03-31mlxsw: spectrum_trap: Add support for setting of packet trap group parametersIdo Schimmel5-5/+46
2020-03-31mlxsw: spectrum_trap: Switch to use correct packet trap groupIdo Schimmel3-18/+16
2020-03-31mlxsw: spectrum_trap: Do not initialize dedicated discard policerIdo Schimmel1-9/+1
2020-03-31mlxsw: spectrum_trap: Add devlink-trap policer supportIdo Schimmel6-11/+297