summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arp: decompose is_garp logic into a separate functionIhar Hrachyshka2017-05-211-12/+23
* arp: fixed error in a commentIhar Hrachyshka2017-05-211-1/+1
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-05-211-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-2121-79/+249
|\
| * netfilter: xtables: fix build failure from COMPAT_XT_ALIGN outside CONFIG_COMPATWillem de Bruijn2017-05-181-8/+13
| * ebtables: arpreply: Add the standard target sanity checkGao Feng2017-05-162-0/+8
| * netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-156-18/+81
| * netfilter: nf_tables: missing sanitization in data from userspacePablo Neira Ayuso2017-05-152-7/+24
| * netfilter: nf_tables: can't assume lock is acquired when dumping set elemsLiping Zhang2017-05-152-23/+57
| * netfilter: synproxy: fix conntrackd interactionEric Leblond2017-05-151-0/+4
| * netfilter: xtables: zero padding in data_to_userWillem de Bruijn2017-05-153-7/+13
| * Merge tag 'ipvs-fixes-for-v4.12' of http://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2017-05-151-5/+14
| |\
| | * ipvs: SNAT packet replies only for NATed connectionsJulian Anastasov2017-05-081-5/+14
| * | netfilter: nfnl_cthelper: reject del request if helper obj is in useLiping Zhang2017-05-153-6/+19
| * | netfilter: introduce nf_conntrack_helper_put helper functionLiping Zhang2017-05-155-7/+15
| * | netfilter: don't setup nat info for confirmed ctLiping Zhang2017-05-151-0/+4
| * | netfilter: ctnetlink: Make some parameters integer to avoid enum mismatchMatthias Kaehlcke2017-05-151-4/+3
* | | 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-122-7/+22
| * | | md/r5cache: gracefully handle journal device errors for writeback modeSong Liu2017-05-123-9/+34
| * | | md/raid1/10: avoid unnecessary lockingShaohua Li2017-05-122-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-091-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-181-1/+11
| * | | | ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-183-12/+12
| * | | | selftests/bpf: fix broken build due to types.hYonghong Song2017-05-182-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