aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-13ucc/hdlc: fix two little issueZhao Qiang1-2/+2
2017-03-13vxlan: fix ovs supportNicolas Dichtel1-33/+40
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-13net: wimax/i2400m: fix NULL-deref at probeJohan Hovold1-0/+3
2017-03-13isdn/gigaset: fix NULL-deref at probeJohan Hovold1-0/+3
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-12bpf: improve read-only handlingDaniel Borkmann1-4/+12
2017-03-12selftests/bpf: fix broken buildAlexei Starovoitov3-1/+25
2017-03-12mpls: Do not decrement alive counter for unregister eventsDavid Ahern1-1/+2
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin3-20/+28
2017-03-12mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-03-12act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-12Make IP 'forwarding' doc more preciseNeil Jerram1-1/+2
2017-03-12netvsc: handle select_queue when device is being removedstephen hemminger3-15/+7
2017-03-12net: ethernet: aquantia: call set_irq_affinity_hint before free_irqDavid Arcari1-1/+1
2017-03-10net/mlx5e: Fix loopback selftestEugenia Emantayev1-4/+1
2017-03-10net/mlx5e: Avoid wrong identification of rules on deletionOr Gerlitz1-15/+18
2017-03-10net/mlx5e: remove IEEE/CEE mode check when setting DCBX modeHuy Nguyen1-5/+5
2017-03-10net/mlx5: Don't save PCI state when PCI error is detectedDaniel Jurgens1-2/+3
2017-03-10net/mlx5: Fix create autogroup prev initializerPaul Blakey1-1/+1
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells1-3/+12
2017-03-09net: phy: marvell: Fix double free of hwmon deviceAndrew Lunn1-15/+0
2017-03-09net: bcmgenet: decouple flow control from bcmgenet_tx_reclaimDoug Berger1-9/+11
2017-03-09net: bcmgenet: add begin/complete ethtool opsEdwin Chan1-0/+18
2017-03-09net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger1-0/+8
2017-03-09net: bcmgenet: synchronize irq0 status between the isr and taskDoug Berger2-35/+44
2017-03-09net: bcmgenet: power down internal phy if open or resume failsDoug Berger1-0/+4
2017-03-09net: bcmgenet: reserved phy revisions must be checked firstDoug Berger1-6/+6
2017-03-09net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger1-4/+7
2017-03-09net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger2-10/+60
2017-03-09amd-xgbe: Enable IRQs only if napi_complete_done() is trueLendacky, Thomas1-8/+2
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells1-2/+3
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2-2/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells38-108/+142
2017-03-09bnxt_en: Ignore 0 value in autoneg supported speed from firmware.Michael Chan1-2/+3
2017-03-09bnxt_en: Check if firmware LLDP agent is running.Michael Chan3-1/+6
2017-03-09bnxt_en: Call bnxt_ulp_stop() during tx timeout.Michael Chan1-1/+7
2017-03-09bnxt_en: Perform function reset earlier during probe.Michael Chan1-4/+4
2017-03-09tun: remove copyright printingLABBE Corentin1-1/+0
2017-03-09net: initialize msg.msg_flags in recvfromAlexander Potapenko1-0/+1
2017-03-09bpf: convert htab map to hlist_nullsAlexei Starovoitov3-34/+79
2017-03-09bpf: fix struct htab_elem layoutAlexei Starovoitov1-5/+20
2017-03-09uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin1-1/+1
2017-03-09net/tunnel: set inner protocol in network gro hooksPaolo Abeni2-2/+6
2017-03-09qed: Fix copy of uninitialized memoryrobert.foss@collabora.com1-1/+1
2017-03-09net: thunderx: Allow IPv6 frames with zero UDP checksumThanneeru Srinivasulu1-2/+4
2017-03-09net: thunderx: Fix invalid mac addresses for node1 interfacesSunil Goutham2-14/+45