aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: introduce skb_crc32c_csum_helpDavide Caratti2017-05-193-1/+44
* skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2017-05-193-0/+34
* tcp: warn on negative reordering valuesSoheil Hassas Yeganeh2017-05-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-1885-367/+663
|\
| * Merge tag 'md/4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-05-188-86/+209
| |\
| | * raid1: prefer disk without bad blocksTomasz Majchrzak2017-05-121-1/+4
| | * md/r5cache: handle sync with data in write back cacheSong Liu2017-05-112-7/+22
| | * md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-113-9/+34
| | * md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-112-8/+6
| | * md/raid5-cache: in r5l_do_submit_io(), submit io->split_bio firstSong Liu2017-05-101-9/+19
| | * md/md0: optimize raid0 discard handlingShaohua Li2017-05-081-14/+102
| | * md: don't return -EAGAIN in md_allow_write for external metadata arraysArtur Paszkiewicz2017-05-084-28/+15
| | * md/raid5: make use of spin_lock_irq over local_irq_disable + spin_lockJulia Cartwright2017-05-041-10/+7
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-1840-120/+214
| |\ \
| | * | mlxsw: spectrum: Avoid possible NULL pointer dereferenceIdo Schimmel2017-05-181-4/+2
| | * | sh_eth: Do not print an error message for probe deferralGeert Uytterhoeven2017-05-181-1/+2
| | * | sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven2017-05-181-1/+1
| | * | Merge branch 'mlxsw-fixes'David S. Miller2017-05-182-1/+5
| | |\ \
| | | * | mlxsw: spectrum_router: Fix rif counter freeing routineArkadi Sharshevsky2017-05-181-0/+3
| | | * | mlxsw: spectrum_dpipe: Fix incorrect entry indexArkadi Sharshevsky2017-05-181-1/+2
| | |/ /
| | * | cxgb4: update latest firmware version supportedGanesh Goudar2017-05-181-3/+3
| | * | qmi_wwan: add another Lenovo EM74xx device IDBjørn Mork2017-05-181-0/+2
| | * | sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet2017-05-181-0/+3
| | * | udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-184-6/+4
| | * | bridge: netlink: check vlan_default_pvid rangeTobias Jungel2017-05-181-0/+7
| | * | net: ethernet: faraday: To support device tree usage.Greentime Hu2017-05-181-0/+7
| | * | net: x25: fix one potential use-after-free issuelinzhang2017-05-183-11/+22
| | * | bpf: adjust verifier heuristicsDaniel Borkmann2017-05-171-1/+11
| | * | ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-173-12/+12
| | * | selftests/bpf: fix broken build due to types.hYonghong Song2017-05-172-0/+17
| | * | Merge branch 'bnxt_en-DCBX-fixes'David S. Miller2017-05-172-4/+5
| | |\ \
| | | * | bnxt_en: Check status of firmware DCBX agent before setting DCB_CAP_DCBX_HOST.Michael Chan2017-05-171-2/+4
| | | * | bnxt_en: Call bnxt_dcb_init() after getting firmware DCBX configuration.Michael Chan2017-05-171-2/+1
| | |/ /
| | * | net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0
| | * | ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-05-174-6/+16
| | * | neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2017-05-171-4/+10
| | * | arp: honour gratuitous ARP _replies_Ihar Hrachyshka2017-05-171-2/+14
| | * | mlx5e: add CONFIG_INET dependencyArnd Bergmann2017-05-161-1/+1
| | * | net: Improve handling of failures on link and route dumpsDavid Ahern2017-05-163-28/+49
| | * | net/smc: Add warning about remote memory exposureChristoph Hellwig2017-05-161-0/+4
| | * | smc: switch to usage of IB_PD_UNSAFE_GLOBAL_RKEYUrsula Braun2017-05-165-37/+8
| | * | ipmr: vrf: Find VIFs using the actual deviceThomas Winter2017-05-161-2/+16
| | * | tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-05-161-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-05-185-13/+14
| |\ \ \
| | * | | sparc/ftrace: Fix ftrace graph time measurementLiam R. Howlett2017-05-171-7/+6
| | * | | sparc: Fix -Wstringop-overflow warningOrlando Arias2017-05-173-4/+4
| | * | | sparc64: Fix mapping of 64k pages with MAP_FIXEDNitin Gupta2017-05-171-2/+4
| * | | | Merge tag 'kbuild-fixes-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-182-17/+28
| |\ \ \ \
| | * | | | kbuild: skip install/check of headers right under uapi directoriesMasahiro Yamada2017-05-182-17/+28
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-182-3/+7
| |\ \ \ \ \