summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | net: mpls: Fix setting ttl_propagate for rt2David Ahern2017-03-241-1/+1
* | tcp: sysctl: Fix a race to avoid unexpected 0 window from spaceGao Feng2017-03-241-3/+5
* | net: make in_aton() 32-bit internallyAlexey Dobriyan2017-03-241-1/+1
* | liquidio: do not reset Octeon if NIC firmware was preloadedFelix Manlunas2017-03-242-13/+33
* | net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-2412-14/+103
* | Merge branch 'systemport-tx-napi-improvements'David S. Miller2017-03-242-12/+74
|\ \
| * | net: systemport: Simplify circular pointer arithmeticFlorian Fainelli2017-03-241-5/+1
| * | net: systemport: Clear status to reduce spurious interruptsFlorian Fainelli2017-03-241-0/+10
| * | net: systemport: Track per TX ring statisticsFlorian Fainelli2017-03-242-7/+63
|/ /
* | Merge branch 'phy-mdio-split'David S. Miller2017-03-247-33/+79
|\ \
| * | net: phy: Allow splitting MDIO bus/device support from PHYsFlorian Fainelli2017-03-246-30/+76
| * | net: phy: MDIO_BCM_UNIMAC should depend on OF_MDIOFlorian Fainelli2017-03-241-1/+1
| * | of_mdio: Correct check against CONFIG_OFFlorian Fainelli2017-03-241-2/+2
|/ /
* | net: sched: choke: remove dead filter classify codeJiri Pirko2017-03-241-51/+0
* | net: stmmac: add set_mac to the stmmac_opsLABBE Corentin2017-03-245-9/+45
* | isdn: use setup_timerGeliang Tang2017-03-2430-114/+54
* | Merge branch 'bridge-ext-learned-entries'David S. Miller2017-03-241-0/+5
|\ \
| * | net: bridge: allow to add externally learned entries from user-spaceNikolay Aleksandrov2017-03-241-0/+2
| * | net: bridge: allow SW learn to take over HW fdb entriesNikolay Aleksandrov2017-03-241-0/+3
|/ /
* / mlxsw: Remove debugfs interfaceIdo Schimmel2017-03-242-315/+0
|/
* sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti2017-03-241-0/+12
* net: dwc-xlgmac: use dual licenseJie Deng2017-03-241-1/+2
* net: dwc-xlgmac: declaration of dual license in headersJie Deng2017-03-247-28/+14
* Merge branch 'bpf-socket-cookie-uid'David S. Miller2017-03-249-3/+303
|\
| * A Sample of using socket cookie and uid for traffic monitoringChenbo Feng2017-03-244-0/+244
| * Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-243-2/+32
| * Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-245-3/+29
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-24300-2275/+4203
|\
| * Merge tag 'sound-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-03-238-7/+47
| |\
| | * ALSA: hda - Adding a group of pin definition to fix headset problemHui Wang2017-03-231-0/+2
| | * ALSA: seq: Fix racy cell insertions during snd_seq_pool_done()Takashi Iwai2017-03-214-4/+18
| | * ALSA: x86: Make CONFIG_SND_X86 boolTakashi Iwai2017-03-211-1/+2
| | * ALSA: hda - add support for docking station for HP 840 G3Jaroslav Kysela2017-03-201-0/+11
| | * ALSA: hda - add support for docking station for HP 820 G2Jaroslav Kysela2017-03-201-1/+13
| | * ALSA: ctxfi: Fix the incorrect check of dma_set_mask() callTakashi Iwai2017-03-201-1/+1
| * | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-233-28/+16
| |\ \
| | * | btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-03-171-0/+14
| | * | Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-171-1/+2
| | * | btrfs: remove btrfs_err_str function from uapi/linux/btrfs.hDmitry V. Levin2017-03-071-27/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-23100-612/+1086
| |\ \ \
| | * | | net:ethernet:aquantia: Fix for RX checksum offload.Pavel Belous2017-03-232-0/+2
| | * | | amd-xgbe: Fix the ECC-related bit position definitionsLendacky, Thomas2017-03-231-12/+12
| | * | | sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter2017-03-231-1/+1
| | * | | Bluetooth: btqcomsmd: fix compile-test dependencyArnd Bergmann2017-03-231-1/+2
| | * | | inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-03-221-8/+17
| | * | | tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-222-1/+2
| | * | | genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-221-1/+3
| | * | | socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-221-0/+6
| | * | | ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-221-1/+2
| | * | | bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-222-76/+97