aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2-0/+8
2018-06-14net: qcom/emac: Add missing of_node_put()YueHaibing1-0/+1
2018-06-14sctp: define sctp_packet_gso_append to build GSO framesXin Long2-10/+23
2018-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-23/+52
2018-06-12xen/netfront: raise max number of slots in xennet_get_responses()Juergen Gross1-2/+2
2018-06-12smc: convert to ->poll_maskCong Wang1-9/+3
2018-06-12net: stmmac: dwmac-meson8b: Fix an error handling path in 'meson8b_dwmac_probe()'Christophe JAILLET1-3/+4
2018-06-12tc-testing: ife: fix wrong teardown command in test b7b8Davide Caratti1-1/+1
2018-06-12net: thunderx: prevent concurrent data re-writing by nicvf_set_rx_modeVadim Lomovtsev2-14/+38
2018-06-12net: phy: mdio-gpio: Cut surplus includesLinus Walleij1-3/+0
2018-06-12Merge branch 'hv_netvsc-notification-and-namespace-fixes'David S. Miller3-63/+184
2018-06-12hv_netvsc: move VF to same namespace as netvsc deviceStephen Hemminger1-1/+20
2018-06-12hv_netvsc: fix network namespace issues with VF supportStephen Hemminger2-23/+22
2018-06-12hv_netvsc: drop common code until callback model fixedStephen Hemminger3-62/+165
2018-06-12Merge branch 'nfp-fixes'David S. Miller5-7/+11
2018-06-12nfp: flower: free dst_entry in route tablePieter Jansen van Vuuren1-0/+2
2018-06-12nfp: remove phys_port_name on flower's vNICJakub Kicinski3-1/+6
2018-06-12nfp: include all ring counters in interface statsJakub Kicinski1-1/+1
2018-06-12nfp: don't pad strings in nfp_cpp_resource_find() to avoid gcc 8 warningJakub Kicinski1-5/+2
2018-06-12Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche1-14/+1
2018-06-12netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei3-6/+12
2018-06-12netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal1-1/+1
2018-06-12netfilter: ctnetlink: avoid null pointer dereferenceFlorian Westphal1-1/+2
2018-06-12netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo1-1/+2
2018-06-12netfilter: nf_tables: close race between netns exit and rmmodFlorian Westphal2-3/+15
2018-06-12netfilter: nf_tables: fix module unload raceFlorian Westphal2-6/+16
2018-06-12netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso2-4/+2
2018-06-12netfilter: nft_socket: fix module autoloadPablo Neira Ayuso1-0/+1
2018-06-12netfilter: fix null-ptr-deref in nf_nat_decode_sessionPrashant Bhole1-1/+1
2018-06-11tcp: Do not reload skb pointer after skb_gro_receive().David Miller1-2/+0
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+15
2018-06-11Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller5-25/+48
2018-06-11net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern1-1/+1
2018-06-11tls: fix NULL pointer dereference on pollDaniel Borkmann3-15/+12
2018-06-11xsk: silence warning on memory allocation failureBjörn Töpel1-1/+2
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller15-36/+99
2018-06-11net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia1-1/+2
2018-06-11ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-11ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2-3/+17
2018-06-11ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck1-2/+11
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck2-9/+9
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2-3/+3
2018-06-11ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2-8/+8
2018-06-11selftests: bpf: fix urandom_read build issueAnders Roxell1-3/+1
2018-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-129/+301
2018-06-10Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds43-841/+904
2018-06-10Merge tag 'upstream-4.18-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds16-46/+178
2018-06-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh1-5/+7
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds152-2017/+7234
2018-06-10net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado1-6/+29