summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: improve verifier branch analysisAlexei Starovoitov2018-12-042-15/+82
* bpf: check pending signals while verifying programsAlexei Starovoitov2018-12-041-0/+3
* bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das2018-12-031-0/+66
* bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin2018-12-011-6/+15
* bpf: Improve socket lookup reuseport documentationJoe Stringer2018-12-012-4/+8
* bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-015-44/+63
* bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-12-014-18/+39
* bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
* tools: bpftool: fix a bitfield pretty print issueYonghong Song2018-11-291-3/+3
* Merge branch 'btf-check-name'Alexei Starovoitov2018-11-292-7/+450
|\
| * tools/bpf: add addition type tests to test_btfYonghong Song2018-11-291-0/+361
| * tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-11-291-7/+7
| * bpf: btf: check name validity for various typesYonghong Song2018-11-291-0/+57
| * bpf: btf: implement btf_name_valid_identifier()Yonghong Song2018-11-291-0/+25
|/
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2018-11-284-9/+12
|\
| * i40e: fix kerneldoc for xsk methodsJan Sokolowski2018-11-281-7/+7
| * ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser2018-11-281-1/+3
| * i40e: Fix deletion of MAC filtersLihong Yang2018-11-281-1/+1
| * igb: fix uninitialized variablesYunjian Wang2018-11-281-0/+1
* | s390/qeth: fix length check in SNMP processingJulian Wiedmann2018-11-281-15/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-2823-107/+259
|\ \
| * | netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo2018-11-281-11/+4
| * | netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo2018-11-271-5/+2
| * | netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-11-272-14/+32
| * | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-279-22/+63
| * | netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac2018-11-271-1/+2
| * | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-263-14/+28
| * | ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-11-261-0/+3
| * | netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo2018-11-171-6/+3
| * | netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2018-11-132-3/+5
| * | netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo2018-11-131-10/+0
| * | netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal2018-11-121-10/+7
| * | selftests: add script to stress-test nft packet path vs. control planeFlorian Westphal2018-11-124-0/+87
| * | netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal2018-11-121-6/+3
| * | netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo2018-11-121-3/+15
| * | netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo2018-11-121-2/+5
| * | netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo2018-11-121-6/+6
* | | net: hisilicon: remove unexpected free_netdevPan Bian2018-11-281-3/+1
* | | rapidio/rionet: do not free skb before reading its lengthPan Bian2018-11-281-1/+1
| |/ |/|
* | lan743x: Enable driver to work with LAN7431Bryan Whitehead2018-11-282-0/+2
* | tipc: fix lockdep warning during node deleteJon Maloy2018-11-281-2/+5
* | lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead2018-11-281-5/+5
* | net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King2018-11-281-1/+1
* | qed: fix spelling mistake "attnetion" -> "attention"Colin Ian King2018-11-281-1/+1
* | net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi2018-11-281-0/+3
* | sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long2018-11-281-0/+1
* | firestream: fix spelling mistake: "Inititing" -> "Initializing"Colin Ian King2018-11-281-2/+2
* | net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-281-0/+8
* | usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2Bernd Eckstein2018-11-271-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-276-58/+223
|\ \