summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | kbuild: disable clang's default use of -fmerge-all-constantsDaniel Borkmann2018-03-211-0/+9
| | * | bpf: skip unnecessary capability checkChenbo Feng2018-03-201-1/+1
| | * | trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song2018-03-201-28/+40
| | * | test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other archesThadeu Lima de Souza Cascardo2018-03-201-1/+1
| | * | error-injection: Fix to prohibit jump optimizationMasami Hiramatsu2018-03-121-0/+10
| * | | ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio2018-03-201-1/+1
| * | | Merge tag 'linux-can-fixes-for-4.16-20180319' of ssh://gitolite.kernel.org/pu...David S. Miller2018-03-201-3/+2
| |\ \ \
| | * | | can: cc770: Fix use after free in cc770_tx_interrupt()Andri Yngvason2018-03-191-3/+2
| * | | | net: gemini: fix memory leakIgor Pylypiv2018-03-201-0/+1
| * | | | net: ethernet: arc: Fix a potential memory leak if an optional regulator is d...Christophe JAILLET2018-03-201-2/+4
| * | | | devlink: Remove redundant free on error pathArkadi Sharshevsky2018-03-201-12/+4
| * | | | vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapterIgor Pylypiv2018-03-201-2/+0
| * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-03-202-5/+10
| |\ \ \ \
| | * | | | Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parametersHans de Goede2018-03-151-1/+1
| | * | | | Revert "Bluetooth: hci_bcm: Streamline runtime PM code"Hans de Goede2018-03-151-3/+8
| | * | | | Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174Takashi Iwai2018-03-151-1/+1
| * | | | | Merge branch 'phy-relax-error-checking'David S. Miller2018-03-202-4/+12
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko2018-03-201-4/+11
| | * | | | 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/+16
| * | | | 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/+3
| * | | 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