aboutsummaryrefslogtreecommitdiffstats
path: root/net/ife (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-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-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh1-5/+7
2018-06-10net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado1-6/+29
2018-06-10socket: close race condition between sock_close() and sockfs_setattr()Cong Wang1-3/+15
2018-06-10signal: Remove no longer required irqsave/restoreAnna-Maria Gleixner1-17/+7
2018-06-10rcu: Update documentation of rcu_read_unlock()Anna-Maria Gleixner1-3/+1
2018-06-09hpfs: Use EUCLEAN for filesystem errorsMikulas Patocka1-2/+1
2018-06-09x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck1-0/+2
2018-06-09block: fix use-after-free in block flush handlingJens Axboe1-1/+3
2018-06-08net: bridge: Fix locking in br_fdb_find_port()Petr Machata1-1/+3
2018-06-08udp: fix rx queue len reported by diag and proc interfacePaolo Abeni6-8/+21
2018-06-08cdc_ncm: avoid padding beyond end of skbBjørn Mork1-2/+2
2018-06-08net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti1-9/+6
2018-06-08net: fddi: fix a possible null-ptr-derefYueHaibing1-27/+28