summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Use seq_puts()/seq_putc() where possiblesimran singhal2017-04-076-15/+15
* netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-079-49/+35
* netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-0711-27/+33
* netfilter: ctnetlink: Expectations must have a conntrack helper areaGao Feng2017-04-061-19/+8
* netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2017-04-062-15/+5
* netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-066-64/+65
* netfilter: nf_ct_expect: Add nf_ct_remove_expect()Gao Feng2017-04-064-24/+20
* netfilter: expect: Make sure the max_expected limit is effectiveGao Feng2017-04-064-0/+16
* netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso2017-04-064-21/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06551-3798/+7439
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-0588-518/+1285
| |\
| | * nfp: fix potential use after free on xdp progJakub Kicinski2017-04-051-1/+2
| | * tcp: fix reordering SNMP under-countingYuchung Cheng2017-04-051-13/+14
| | * tcp: fix lost retransmit SNMP under-countingYuchung Cheng2017-04-051-1/+2
| | * sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-057-28/+22
| | * Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub...David S. Miller2017-04-047-12/+25
| | |\
| | * | net: ethernet: ti: cpsw: fix race condition during open()Sekhar Nori2017-04-041-6/+8
| | * | l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault2017-04-041-1/+1
| | * | bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_*Colin Ian King2017-04-042-12/+12
| | * | l2tp: take reference on sessions being dumpedGuillaume Nault2017-04-045-11/+27
| | * | tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner2017-04-031-5/+9
| | * | sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-032-34/+50
| | * | flow dissector: correct size of storage for ARPSimon Horman2017-04-031-1/+1
| | * | net: ethernet: ti: cpsw: wake tx queues on ndo_tx_timeoutGrygorii Strashko2017-04-021-0/+2
| | * | Merge branch 'l2tp_session_find-fixes'David S. Miller2017-04-017-101/+222
| | |\ \
| | | * | l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault2017-04-013-16/+35
| | | * | l2tp: hold session while sending creation notificationsGuillaume Nault2017-04-011-2/+4
| | | * | l2tp: fix duplicate session creationGuillaume Nault2017-04-013-56/+84
| | | * | l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault2017-04-011-4/+11
| | | * | l2tp: fix race in l2tp_recv_common()Guillaume Nault2017-04-014-23/+88
| | |/ /
| | * | sctp: use right in and out stream cntXin Long2017-04-014-12/+11
| | * | Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-04-012-7/+6
| | |\ \
| | | * | mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg2017-03-291-1/+2
| | | * | cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel2017-03-291-6/+4
| | * | | Merge branch 'bpf-map_value_adj-reg-types-fixes'David S. Miller2017-04-014-26/+322
| | |\ \ \
| | | * | | bpf: add various verifier test cases for self-testsDaniel Borkmann2017-04-013-6/+283
| | | * | | bpf, verifier: fix rejection of unaligned access checks for map_value_adjDaniel Borkmann2017-04-011-20/+38
| | | * | | bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann2017-04-011-0/+1
| | |/ / /
| | * | | r8152: The Microsoft Surface docks also use R8152 v2René Rebe2017-04-012-0/+18
| | * | | openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei2017-04-011-2/+8
| | * | | net/faraday: Explicitly include linux/of.h and linux/property.hMark Brown2017-04-011-0/+2
| | * | | net: hns: Add ACPI support to check SFP presentDaode Huang2017-04-012-5/+34
| | * | | be2net: Fix endian issue in logical link config commandSuresh Reddy2017-03-301-3/+6
| | * | | sctp: alloc stream info when initializing asocXin Long2017-03-304-17/+45
| | * | | net/packet: fix overflow in check for tp_reserveAndrey Konovalov2017-03-301-0/+2
| | * | | net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov2017-03-301-0/+2
| | * | | net/packet: fix overflow in check for priv area sizeAndrey Konovalov2017-03-301-2/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-298-130/+206
| | |\ \ \
| | | * | | netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang2017-03-291-2/+7
| | | * | | netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-03-271-18/+1