summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-272-2/+2
* netfilter: nf_conntrack_sip: extend request line validationUlrich Weber2016-10-271-1/+4
* netfilter: nf_tables: fix race when create new element in dynsetLiping Zhang2016-10-271-3/+12
* netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-275-16/+23
* netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang2016-10-271-0/+3
* MAINTAINERS: Update qlogic networking driversMintz, Yuval2016-10-271-19/+22
* netvsc: fix incorrect receive checksum offloadingStephen Hemminger2016-10-271-8/+11
* udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-264-9/+11
* sctp: fix the panic caused by route updateXin Long2016-10-261-1/+7
* doc: update docbook annotations for socket and skbStephen Hemminger2016-10-262-1/+4
* rocker: fix error return code in rocker_world_check_init()Wei Yongjun2016-10-261-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-10-235-36/+51
|\
| * Bluetooth: btwilink: Fix probe return valueJacob Siverskog2016-10-201-1/+1
| * Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski2016-10-193-35/+42
| * Bluetooth: hci_bcm: Fix autosuspend PM for Lenovo ThinkPad 8Jérôme de Bretagne2016-10-131-0/+8
* | net: sctp, forbid negative lengthJiri Slaby2016-10-231-1/+4
* | net: fec: Call swap_buffer() prior to IP header alignmentFabio Estevam2016-10-231-3/+3
* | ipv6: do not increment mac header when it's unsetJason A. Donenfeld2016-10-231-1/+2
* | bnx2x: Use the correct divisor value for PHC clock readings.Sudarsana Reddy Kalluru2016-10-231-1/+1
* | Merge branch 'qed-fixes'David S. Miller2016-10-226-42/+75
|\ \
| * | qede: Fix incorrrect usage of APIs for un-mapping DMA memoryManish Chopra2016-10-222-6/+6
| * | qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru2016-10-221-0/+2
| * | qede: Reconfigure rss indirection direction table when rss count is updatedSudarsana Reddy Kalluru2016-10-221-0/+7
| * | qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru2016-10-223-1/+3
| * | qede: Loopback implementation should ignore the normal trafficSudarsana Reddy Kalluru2016-10-223-35/+49
| * | qede: Do not allow RSS config for 100G devicesSudarsana Reddy Kalluru2016-10-221-0/+6
| * | qede: get_channels() need to populate max tx/rx coalesce valuesSudarsana Reddy Kalluru2016-10-221-0/+2
|/ /
* | ipv4: use the right lock for ping_group_rangeWANG Cong2016-10-221-4/+4
* | Merge branch 'dsa-bcm_sf2-do-not-rely-on-kexec_in_progress'David S. Miller2016-10-222-3/+3
|\ \
| * | net: dsa: bcm_sf2: Do not rely on kexec_in_progressFlorian Fainelli2016-10-221-2/+3
| * | Revert "kexec: Export kexec_in_progress to modules"Florian Fainelli2016-10-221-1/+0
|/ /
* | netns: revert "netns: avoid disabling irq for netns id"Paul Moore2016-10-221-15/+20
* | ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2016-10-213-6/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-10-2114-60/+70
|\ \
| * | netfilter: fix nf_queue handlingPablo Neira Ayuso2016-10-203-27/+36
| * | netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reachedNicolas Dichtel2016-10-201-1/+1
| * | netfilter: x_tables: suppress kmemcheck warningFlorian Westphal2016-10-191-1/+1
| * | netfilter: nf_tables: avoid uninitialized variable warningArnd Bergmann2016-10-181-6/+4
| * | netfilter: nft_range: validate operation netlink attributePablo Neira Ayuso2016-10-171-1/+15
| * | netfilter: nft_exthdr: fix error handling in nft_exthdr_init()Dan Carpenter2016-10-171-1/+2
| * | netfilter: nf_tables: underflow in nft_parse_u32_check()Dan Carpenter2016-10-171-1/+1
| * | netfilter: nft_hash: add missing NFTA_HASH_OFFSET's nla_policyLiping Zhang2016-10-171-0/+1
| * | netfilter: xt_ipcomp: add "ip[6]t_ipcomp" module alias nameLiping Zhang2016-10-171-0/+2
| * | netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang2016-10-171-0/+1
| * | netfilter: conntrack: remove obsolete sysctl (nf_conntrack_events_retry_timeout)Nicolas Dichtel2016-10-171-18/+0
| * | netfilter: nft_dynset: fix element timeout for HZ != 1000Anders K. Pedersen2016-10-171-2/+4
| * | netfilter: xt_hashlimit: Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2016-10-171-2/+2
| |/
* | kexec: Export kexec_in_progress to modulesFlorian Fainelli2016-10-211-0/+1
* | ipv4: disable BH in set_ping_group_range()Eric Dumazet2016-10-201-2/+2
* | udp: must lock the socket in udp_disconnect()Eric Dumazet2016-10-208-8/+18