aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tcp: send_reset: test for non-NULL sk firstFlorian Westphal2015-12-222-9/+8
* net: add inet_sk_transparent() helperFlorian Westphal2015-12-222-1/+13
* mlxsw: core: Use devm_kzalloc to allocate mlxsw_hwmon structureJiri Pirko2015-12-223-13/+2
* net: tcp: deal with listen sockets properly in tcp_abort.Lorenzo Colitti2015-12-221-0/+5
* mlxsw: core: Allow to reset temperature history via hwmon interfaceJiri Pirko2015-12-221-1/+36
* RDS: don't pretend to use cpu notifiersSebastian Andrzej Siewior2015-12-221-25/+6
* net-sysfs: use to_net_dev in net_namespace()Geliang Tang2015-12-221-2/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-12-2212-118/+173
|\
| * fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan2015-12-221-3/+3
| * fm10k: cleanup mailbox code comments etcBruce Allan2015-12-223-24/+34
| * fm10k: use true/false for boolean get_host_stateBruce Allan2015-12-221-3/+3
| * fm10k: remove unused struct elementBruce Allan2015-12-221-1/+0
| * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structuresBruce Allan2015-12-225-11/+11
| * fm10k: address operator not needed when declaring function pointersBruce Allan2015-12-222-48/+48
| * fm10k: use ether_addr_equal instead of memcmpJacob Keller2015-12-224-4/+4
| * fm10k: Cleanup exception handling for changing queuesAlexander Duyck2015-12-222-16/+59
| * fm10k: correctly pack TLV structures and explain reasoningJacob Keller2015-12-221-4/+9
| * fm10k: don't initialize fm10k_workqueue at global levelBruce Allan2015-12-221-4/+2
|/
* ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire2015-12-201-3/+1
* netcp: fix regression in receive processingArnd Bergmann2015-12-191-3/+7
* asix: silence log message from oversize packetstephen hemminger2015-12-181-1/+1
* tcp: diag: add support for request sockets to tcp_abort()Eric Dumazet2015-12-181-0/+9
* Merge branch 'bpf-misc-updates'David S. Miller2015-12-187-36/+208
|\
| * bpf, test: add couple of test casesDaniel Borkmann2015-12-181-0/+120
| * bpf, x86: detect/optimize loading 0 immediatesDaniel Borkmann2015-12-181-0/+26
| * bpf: fix misleading comment in bpf_convert_filterDaniel Borkmann2015-12-181-6/+0
| * bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-185-29/+27
| * bpf: add bpf_skb_load_bytes helperDaniel Borkmann2015-12-182-1/+35
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-12-1866-342/+1062
|\
| * netfilter: meta: add support for setting skb->pkttypeFlorian Westphal2015-12-181-0/+38
| * nfnetlink: add nfnl_dereference_protected helperFlorian Westphal2015-12-151-6/+7
| * netfilter: implement xt_cgroup cgroup2 path matchTejun Heo2015-12-142-0/+82
| * netfilter: prepare xt_cgroup for multi revisionsTejun Heo2015-12-142-18/+20
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-12-141692-18054/+37585
| |\
| * | netfilter: cttimeout: add netns supportPablo Neira2015-12-145-34/+57
| * | netfilter: nf_tables: fix nf_log_trace based tracingFlorian Westphal2015-12-091-11/+5
| * | netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami2015-12-091-6/+2
| * | netfilter: ipv6: nf_defrag: fix NULL deref panicFlorian Westphal2015-12-091-5/+8
| * | netfilter: nf_tables: wrap tracing with a static keyFlorian Westphal2015-12-096-3/+31
| * | netfilter: nf_tables: extend tracing infrastructureFlorian Westphal2015-12-098-19/+398
| * | netfilter: nft_payload: add packet mangling supportPatrick McHardy2015-11-253-6/+155
| * | netfilter: nf_tables: remove unused struct membersFlorian Westphal2015-11-251-2/+0
| * | netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray2015-11-254-2/+39
| * | netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-234-56/+42
| * | netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2015-11-234-86/+40
| * | netfilter: remove duplicate includestephen hemminger2015-11-232-2/+0
| * | netfilter: nf_ct_sctp: move ip_ct_sctp away from UAPIMarcelo Ricardo Leitner2015-11-232-9/+16
| * | netfilter-bridge: layout of if statementsIan Morris2015-11-232-6/+6
| * | netfilter-bridge: brace placementIan Morris2015-11-232-6/+3
| * | netfilter-bridge: use netdev style commentsIan Morris2015-11-233-46/+56