summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sysfs: symlink: export sysfs_create_link_nowarn()Grygorii Strashko2018-03-201-0/+1
* net: fec: Fix unbalanced PM runtime callsFlorian Fainelli2018-03-181-0/+2
* vmxnet3: use correct flag to indicate LRO featureRonak Doshi2018-03-182-4/+4
* vmxnet3: avoid xmit reset due to a race in vmxnet3Ronak Doshi2018-03-182-7/+10
* Merge branch 'tcf_foo_init-NULL-deref'David S. Miller2018-03-185-8/+13
|\
| * net/sched: fix NULL dereference on the error path of tcf_skbmod_init()Davide Caratti2018-03-181-1/+2
| * net/sched: fix NULL dereference in the error path of tcf_sample_init()Davide Caratti2018-03-181-1/+2
| * net/sched: fix NULL dereference in the error path of tunnel_key_init()Davide Caratti2018-03-181-4/+5
| * net/sched: fix NULL dereference in the error path of tcf_csum_init()Davide Caratti2018-03-181-1/+2
| * net/sched: fix NULL dereference in the error path of tcf_vlan_init()Davide Caratti2018-03-181-1/+2
|/
* net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY in...SZ Lin (林上智)2018-03-181-1/+2
* net: hns: Fix ethtool private flagsMatthias Brugger2018-03-184-4/+6
* mlxsw: spectrum_buffers: Set a minimum quota for CPU port trafficIdo Schimmel2018-03-171-6/+6
* net: sched: fix uses after freeEric Dumazet2018-03-171-9/+13
* net: dsa: mv88e6xxx: Fix binding documentation for MDIO bussesAndrew Lunn2018-03-161-23/+25
* skbuff: Fix not waking applications when errors are enqueuedVinicius Costa Gomes2018-03-161-1/+1
* netlink: avoid a double skb free in genlmsg_mcast()Nicolas Dichtel2018-03-161-1/+1
* qede: Fix qedr link updateMichal Kalderon2018-03-161-2/+2
* Merge branch 'qed-iWARP-related-fixes'David S. Miller2018-03-161-1/+16
|\
| * qed: Fix non TCP packets should be dropped on iWARP ll2 connectionMichal Kalderon2018-03-161-0/+15
| * qed: Fix MPA unalign flow in case header is split across two packets.Michal Kalderon2018-03-161-1/+1
|/
* net/iucv: Free memory obtained by kzallocArvind Yadav2018-03-161-1/+3
* net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli2018-03-162-19/+16Star
* kcm: lock lower socket in kcm_attachTom Herbert2018-03-161-10/+23
* Merge branch 'vlan-untag-and-insert-fixes'David S. Miller2018-03-164-15/+63
|\
| * vlan: Fix out of order vlan headers with reorder header offToshiaki Makita2018-03-162-13/+57
| * net: Fix vlan untag for bridge and vlan_dev with reorder_hdr offToshiaki Makita2018-03-162-2/+6
|/
* net sched actions: return explicit error when tunnel_key mode is not specifiedRoman Mashak2018-03-151-0/+1
* net/smc: simplify wait when closing listen socketUrsula Braun2018-03-152-26/+3Star
* sunvnet: does not support GSO for sctpCathy Zhou2018-03-141-1/+1
* Merge tag 'linux-can-fixes-for-4.16-20180314' of ssh://gitolite.kernel.org/pu...David S. Miller2018-03-142-40/+65
|\
| * can: cc770: Fix queue stall & dropped RTR replyAndri Yngvason2018-03-142-28/+68
| * can: cc770: Fix stalls on rt-linux, remove redundant IRQ ackAndri Yngvason2018-03-141-15/+0Star
* | tg3: prevent scheduling while atomic splatJonathan Toppins2018-03-141-1/+1
* | ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-03-145-10/+32
* | Merge branch 'DPAA-Ethernet-fixes'David S. Miller2018-03-142-27/+9Star
|\ \
| * | dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza2018-03-141-1/+0Star
| * | dpaa_eth: increment the RX dropped counter when neededCamelia Groza2018-03-141-1/+3
| * | dpaa_eth: remove duplicate initializationCamelia Groza2018-03-141-1/+0Star
| * | dpaa_eth: fix error in dpaa_remove()Madalin Bucur2018-03-141-1/+1
| * | soc/fsl/qbman: fix issue in qman_delete_cgr_safe()Madalin Bucur2018-03-141-23/+5Star
|/ /
* / net: use skb_to_full_sk() in skb_update_prio()Eric Dumazet2018-03-142-9/+17
|/
* qed: Use after free in qed_rdma_free()Dan Carpenter2018-03-131-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-1313-33/+56
|\
| * net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()Greg Hackmann2018-03-131-1/+1
| * xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_protoYossi Kuperman2018-03-072-2/+4
| * xfrm: Fix ESN sequence number handling for IPsec GSO packets.Steffen Klassert2018-03-011-1/+1
| * xfrm: Fix infinite loop in xfrm_get_dst_nexthop with transport mode.Steffen Klassert2018-02-201-2/+2
| * xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tosXin Long2018-02-191-2/+5
| * xfrm: reuse uncached_list to track xdstsXin Long2018-02-166-11/+29