summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uapi/if_ether.h: prevent redefinition of struct ethhdrHauke Mehrtens2018-01-042-0/+9
* ipv6: fix general protection fault in fib6_add()Wei Wang2018-01-041-15/+20
* RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam2018-01-041-0/+1
* sh_eth: fix TSU resource handlingSergei Shtylyov2018-01-041-3/+22
* net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet2018-01-041-0/+6
* rtnetlink: give a user socket to get_target_net()Andrei Vagin2018-01-041-5/+5
* MAINTAINERS: Update my email address.Pravin B Shelar2018-01-041-1/+1
* Merge tag 'mac80211-for-davem-2018-01-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-042-1/+4
|\
| * mac80211: mesh: drop frames appearing to be from usJohannes Berg2018-01-041-0/+2
| * nl80211: Check for the required netlink attribute presenceHao Chen2018-01-041-1/+2
* | net: dsa: b53: Turn off Broadcom tags for more switchesFlorian Fainelli2018-01-041-3/+6
|/
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-01-033-17/+72
|\
| * i40e: flower: Fix return value for unsupported offloadJiri Pirko2018-01-031-1/+1
| * i40e: don't remove netdev->dev_addr when syncing uc listJacob Keller2018-01-031-1/+16
| * i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck2018-01-032-6/+46
| * i40e: Remove UDP support for big bufferAmritha Nambiar2018-01-031-9/+9
* | 3c59x: fix missing dma_mapping_error check and bad ring refill logicNeil Horman2018-01-031-52/+38
* | Merge branch 'ena-fixes'David S. Miller2018-01-031-15/+30
|\ \
| * | net: ena: fix error handling in ena_down() sequenceNetanel Belgazal2018-01-031-2/+17
| * | net: ena: unmask MSI-X only after device initialization is completedNetanel Belgazal2018-01-031-13/+13
|/ /
* | cxgb4: Fix FW flash errorsArjun Vynipadath2018-01-032-10/+8
* | Merge branch 'fec-clean-up-in-the-cases-of-probe-error'David S. Miller2018-01-031-0/+5
|\ \
| * | net: fec: defer probe if regulator is not readyFugang Duan2018-01-031-0/+4
| * | net: fec: restore dev_id in the cases of probe errorFugang Duan2018-01-031-0/+1
|/ /
* | vxlan: trivial indenting fix.William Tu2018-01-031-1/+1
* | sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner2018-01-031-12/+10
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-01-033-9/+32
|\ \ | |/ |/|
| * e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier2018-01-021-3/+8
| * e1000: fix disabling already-disabled warningTushar Dave2018-01-022-6/+24
* | RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam2018-01-031-0/+3
* | uapi libc compat: add fallback for unsupported libcsFelix Janda2018-01-031-1/+54
* | tipc: fix problems with multipoint-to-point flow controlJon Maloy2018-01-021-4/+18
* | ethtool: do not print warning for applications using legacy APIStephen Hemminger2018-01-021-13/+2
* | NET: usb: qmi_wwan: add support for YUGA CLM920-NC5 PID 0x9625SZ Lin (林上智)2018-01-021-0/+1
* | sfp: fix sfp-bus oops when removing socket/upstreamRussell King2018-01-021-2/+4
* | phylink: ensure we report link down when LOS assertedRussell King2018-01-021-2/+1
* | macvlan: Fix one possible double freeGao Feng2018-01-021-1/+6
* | net/sched: Fix update of lastuse in act modules implementing stats_updateRoi Dayan2018-01-022-2/+2
* | mlxsw: spectrum: Relax sanity checks during enslavementIdo Schimmel2018-01-023-2/+17
* | mlxsw: spectrum_router: Fix NULL pointer derefIdo Schimmel2018-01-021-1/+1
* | ip6_tunnel: allow ip6gre dev mtu to be set below 1280Xin Long2018-01-021-3/+3
* | geneve: update skb dst pmtu on tx pathXin Long2018-01-021-0/+14
* | ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-021-4/+5
* | Revert "net: core: dev_get_valid_name is now the same as dev_alloc_name_ns"David S. Miller2018-01-021-1/+13
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-2830-121/+298
|\
| * Merge branch 'strparser-Fix-lockdep-issue'David S. Miller2017-12-282-1/+6
| |\
| | * strparser: Call sock_owned_by_user_nocheckTom Herbert2017-12-281-1/+1
| | * sock: Add sock_owned_by_user_nocheckTom Herbert2017-12-281-0/+5
| |/
| * skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2017-12-281-3/+3
| * tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-281-1/+1