summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-0251-106/+408
|\
| * net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1
| * net: dsa: mv88e6xxx: Fix statistics on mv88e6161Andrew Lunn2019-03-021-1/+1
| * geneve: correctly handle ipv6.disable module parameterJiri Benc2019-03-021-3/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-023-5/+6
| |\
| | * bpf: fix sanitation rewrite in case of non-pointersDaniel Borkmann2019-03-021-1/+2
| | * MIPS: eBPF: Fix icache flush end addressPaul Burton2019-03-021-1/+1
| | * bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun2019-03-011-2/+2
| | * bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun2019-02-261-1/+1
| * | net: dsa: mv88e6xxx: prevent interrupt storm caused by mv88e6390x_port_set_cmodeHeiner Kallweit2019-03-023-0/+15
| * | ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-024-7/+17
| * | lan743x: Fix TX Stall IssueBryan Whitehead2019-03-011-4/+12
| * | net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit2019-03-011-0/+4
| * | net: aquantia: regression on cpus with high cores: set mode with 8 queuesDmitry Bogdanov2019-03-014-0/+29
| * | selftests: fixes for UDP GROPaolo Abeni2019-03-012-17/+33
| * | net: dsa: mv88e6xxx: power serdes on/off for 10G interfaces on 6390XMaxime Chevallier2019-03-011-2/+2
| * | net: dsa: mv88e6xxx: Fix u64 statisticsAndrew Lunn2019-02-281-1/+1
| * | xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2019-02-282-0/+9
| * | xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin2019-02-281-5/+5
| * | sctp: chunk.c: correct format string for size_t in printkMatthias Maennich2019-02-281-1/+1
| * | net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-02-281-3/+7
| * | netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-282-2/+4
| * | ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-02-281-4/+5
| * | Merge branch 'pmtu-selftest-fixes'David S. Miller2019-02-281-16/+80
| |\ \
| | * | selftests: pmtu: add explicit tests for PMTU exceptions cleanupPaolo Abeni2019-02-281-1/+67
| | * | selftests: pmtu: disable DAD in all namespacesPaolo Abeni2019-02-281-15/+13
| |/ /
| * | net: phy: dp83867: add soft reset delayMax Uvarov2019-02-281-0/+3
| * | net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-02-272-4/+40
| * | net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani2019-02-271-1/+12
| * | enc28j60: Correct description of debug module parameterAndy Shevchenko2019-02-271-1/+1
| * | net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko2019-02-271-1/+1
| * | bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan2019-02-271-0/+6
| * | tipc: fix race condition causing hung sendtoTung Nguyen2019-02-261-1/+5
| * | hv_netvsc: Fix IP header checksum for coalesced packetsHaiyang Zhang2019-02-261-3/+19
| * | Merge branch 'net-fail-route'David S. Miller2019-02-263-0/+11
| |\ \ | | |/ | |/|
| | * mpls: Return error for RTA_GATEWAY attributeDavid Ahern2019-02-261-0/+3
| | * ipv6: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| | * ipv4: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| |/
| * net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-253-7/+34
| * net: Add __icmp_send helper.Nazarov Sergey2019-02-252-4/+12
| * tun: remove unnecessary memory barrierTimur Celik2019-02-251-1/+1
| * net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-02-251-0/+1
| * net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov2019-02-251-1/+2
| * net: dsa: fix a leaked reference by adding missing of_node_putWen Yang2019-02-252-6/+11
| * tun: fix blocking readTimur Celik2019-02-251-2/+2
| * net: dsa: lantiq: Add GPHY firmware filesHauke Mehrtens2019-02-251-0/+6
| * net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti2019-02-251-2/+1
| * net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti2019-02-251-2/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-021-2/+18
|\ \
| * | crypto: arm64/chacha - fix hchacha_block_neon() for big endianEric Biggers2019-02-281-2/+2