summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge branch 'vhost-skb-leaks'David S. Miller2017-12-033-20/+38
| | |\ \ \ \
| | | * | | | tap: free skb if flags errorWei Xu2017-12-031-4/+10
| | | * | | | tun: free skb in early errorsWei Xu2017-12-031-6/+18
| | | * | | | vhost: fix skb leak in handle_rx()Wei Xu2017-12-031-10/+10
| | |/ / / /
| | * | | | Merge branch 'bnxt_en-fixes'David S. Miller2017-12-032-29/+31
| | |\ \ \ \
| | | * | | | bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam2017-12-031-1/+1
| | | * | | | bnxt_en: fix dst/src fid for vxlan encap/decap actionsSathya Perla2017-12-031-22/+26
| | | * | | | bnxt_en: wildcard smac while creating tunnel decap filterSunil Challa2017-12-031-5/+2Star
| | | * | | | bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui2017-12-031-1/+2
| | |/ / / /
| | * | | | Merge branch 'sfp-phylink-fixes'David S. Miller2017-12-012-11/+31
| | |\ \ \ \
| | | * | | | phylink: ensure we take the link down when phylink_stop() is calledRussell King2017-12-011-0/+1
| | | * | | | sfp: warn about modules requiring address change sequenceRussell King2017-12-011-1/+7
| | | * | | | sfp: improve RX_LOS handlingRussell King2017-12-011-11/+22
| | | * | | | sfp: fix RX_LOS signal handlingRussell King2017-12-011-3/+5
| | |/ / / /
| | * | | | net: phy-micrel: check return code in flp center functionMax Uvarov2017-12-011-2/+4
| | * | | | tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-011-4/+0Star
| | * | | | tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-012-0/+12
| | * | | | Merge branch 'sctp-prsctp-chunk-fixes'David S. Miller2017-12-013-7/+26
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2017-12-012-1/+6
| | | * | | sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-013-5/+17
| | | * | | sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2017-12-011-2/+4
| | |/ / /
| | * | | net: dsa: bcm_sf2: Set correct CHAIN_ID and slice number maskFlorian Fainelli2017-11-301-2/+2
| | * | | sit: update frag_off infoHangbin Liu2017-11-301-0/+1
| | * | | tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet2017-11-301-1/+0Star
| | * | | act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-302-12/+3Star
| | * | | Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2017-11-305-27/+35
| | |\ \ \
| | | * | | rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-292-2/+2
| | | * | | rxrpc: Fix ACK generation from the connection event processorDavid Howells2017-11-291-21/+29
| | | * | | rxrpc: Clean up whitespaceDavid Howells2017-11-293-4/+4
| | * | | | net: stmmac: dwmac-sun8i: fix allwinner,leds-active-low handlingCorentin Labbe2017-11-301-2/+1Star
| | * | | | skbuff: Grammar s/are can/can/, s/change/changes/Geert Uytterhoeven2017-11-301-2/+1Star
| | * | | | net: mvpp2: allocate zeroed tx descriptorsYan Markman2017-11-301-1/+1
| * | | | | arch/tile: mark as orphanedChris Metcalf2017-12-041-3/+1Star
| * | | | | Linux 4.15-rc2Linus Torvalds2017-12-031-1/+1
| * | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-12-031-2/+2
| |\ \ \ \ \
| | * | | | | ARM: avoid faulting on qemuRussell King2017-11-271-2/+2
| * | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-033-1/+23
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'at24-4.15-fixes-for-wolfram' of git://git.kernel.org/pub/scm/linux...Wolfram Sang2017-12-031-1/+18
| | |\ \ \ \ \ \
| | | * | | | | | eeprom: at24: check at24_read/write argumentsHeiner Kallweit2017-11-291-0/+6
| | | * | | | | | eeprom: at24: fix reading from 24MAC402/24MAC602Heiner Kallweit2017-11-291-1/+2
| | | * | | | | | eeprom: at24: correctly set the size for at24mac402Bartosz Golaszewski2017-11-291-0/+10
| | * | | | | | | i2c: i2c-boardinfo: fix memory leaks on devinfoColin Ian King2017-11-271-0/+2
| | * | | | | | | i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede2017-11-271-0/+3
| | |/ / / / / /
| * | | | | | | Merge tag 'hwmon-for-linus-v4.15-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-034-10/+37
| |\ \ \ \ \ \ \
| | * | | | | | | hwmon: (jc42) optionally try to disable the SMBUS timeoutPeter Rosin2017-11-302-0/+25
| | * | | | | | | hwmon: (pmbus) Use 64bit math for DIRECT format valuesRobert Lippert2017-11-281-9/+12
| | * | | | | | | hwmon: Drop reference to Jean's treeJean Delvare2017-11-271-1/+0Star
| | |/ / / / / /
| * | | | | | | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-023-2/+9
| |\ \ \ \ \ \ \
| | * | | | | | | SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-302-0/+6
| | * | | | | | | SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2017-11-291-0/+1