summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: use net->count to check whether a netns is alive or notAndrey Vagin2017-03-141-3/+3
* bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2017-03-132-21/+1
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-131-1/+6
* net: wimax/i2400m: fix NULL-deref at probeJohan Hovold2017-03-131-0/+3
* isdn/gigaset: fix NULL-deref at probeJohan Hovold2017-03-131-0/+3
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-131-0/+2
* bpf: improve read-only handlingDaniel Borkmann2017-03-131-4/+12
* selftests/bpf: fix broken buildAlexei Starovoitov2017-03-133-1/+25
* mpls: Do not decrement alive counter for unregister eventsDavid Ahern2017-03-131-1/+2
* xen-netback: fix race condition on XenBus disconnectIgor Druzhinin2017-03-133-20/+28
* mpls: Send route delete notifications when router module is unloadedDavid Ahern2017-03-131-0/+1
* act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss2017-03-131-0/+3
* Make IP 'forwarding' doc more preciseNeil Jerram2017-03-131-1/+2
* netvsc: handle select_queue when device is being removedstephen hemminger2017-03-133-15/+7
* net: ethernet: aquantia: call set_irq_affinity_hint before free_irqDavid Arcari2017-03-131-1/+1
* Merge branch 'mlx5-fixes'David S. Miller2017-03-105-27/+28
|\
| * net/mlx5e: Fix loopback selftestEugenia Emantayev2017-03-101-4/+1
| * net/mlx5e: Avoid wrong identification of rules on deletionOr Gerlitz2017-03-101-15/+18
| * net/mlx5e: remove IEEE/CEE mode check when setting DCBX modeHuy Nguyen2017-03-101-5/+5
| * net/mlx5: Don't save PCI state when PCI error is detectedDaniel Jurgens2017-03-101-2/+3
| * net/mlx5: Fix create autogroup prev initializerPaul Blakey2017-03-101-1/+1
|/
* rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells2017-03-101-3/+12
* net: phy: marvell: Fix double free of hwmon deviceAndrew Lunn2017-03-101-15/+0
* Merge branch 'bcmgenet-minor-bug-fixes'David S. Miller2017-03-102-64/+158
|\
| * net: bcmgenet: decouple flow control from bcmgenet_tx_reclaimDoug Berger2017-03-101-9/+11
| * net: bcmgenet: add begin/complete ethtool opsEdwin Chan2017-03-101-0/+18
| * net: bcmgenet: Power up the internal PHY before probing the MIIDoug Berger2017-03-101-0/+8
| * net: bcmgenet: synchronize irq0 status between the isr and taskDoug Berger2017-03-102-35/+44
| * net: bcmgenet: power down internal phy if open or resume failsDoug Berger2017-03-101-0/+4
| * net: bcmgenet: reserved phy revisions must be checked firstDoug Berger2017-03-101-6/+6
| * net: bcmgenet: correct MIB access of UniMAC RUNT countersDoug Berger2017-03-101-4/+7
| * net: bcmgenet: correct the RBUF_OVFL_CNT and RBUF_ERR_CNT MIB valuesDoug Berger2017-03-102-10/+60
|/
* amd-xgbe: Enable IRQs only if napi_complete_done() is trueLendacky, Thomas2017-03-101-8/+2
* rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells2017-03-101-2/+3
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-102-2/+2
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-1038-108/+142
* Merge branch 'bnxt_en-misc-small-fixes'David S. Miller2017-03-103-8/+20
|\
| * bnxt_en: Ignore 0 value in autoneg supported speed from firmware.Michael Chan2017-03-101-2/+3
| * bnxt_en: Check if firmware LLDP agent is running.Michael Chan2017-03-103-1/+6
| * bnxt_en: Call bnxt_ulp_stop() during tx timeout.Michael Chan2017-03-101-1/+7
| * bnxt_en: Perform function reset earlier during probe.Michael Chan2017-03-101-4/+4
|/
* tun: remove copyright printingLABBE Corentin2017-03-101-1/+0
* net: initialize msg.msg_flags in recvfromAlexander Potapenko2017-03-101-0/+1
* Merge branch 'bpf-htab-fixes'David S. Miller2017-03-093-39/+99
|\
| * bpf: convert htab map to hlist_nullsAlexei Starovoitov2017-03-093-34/+79
| * bpf: fix struct htab_elem layoutAlexei Starovoitov2017-03-091-5/+20
|/
* uapi: fix linux/packet_diag.h userspace compilation errorDmitry V. Levin2017-03-091-1/+1
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-092-2/+6
* qed: Fix copy of uninitialized memoryrobert.foss@collabora.com2017-03-091-1/+1
* Merge branch 'thunderx-misc-fixes'David S. Miller2017-03-096-61/+205
|\