summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: remove prototype of netfilter_queue_initTaehee Yoo2017-08-191-1/+0Star
* netfilter: connlimit: merge root4 and root6.Taehee Yoo2017-08-191-15/+8Star
* netfilter: constify nf_loginfo structuresJulia Lawall2017-08-027-7/+7
* netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall2017-08-026-29/+30
* netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2017-08-022-4/+0Star
* netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal2017-07-316-94/+4Star
* netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal2017-07-311-12/+37
* netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-313-4/+11
* netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-313-6/+16
* netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-314-13/+54
* netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-314-16/+40
* netlink: Introduce nla_strdup()Phil Sutter2017-07-312-0/+25
* netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter2017-07-311-8/+5Star
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-3118-18/+18
* netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal2017-07-311-0/+19
* netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2017-07-312-0/+5
* netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2017-07-313-4/+15
* netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-314-61/+95
* netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org2017-07-311-1/+1
* netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay2017-07-313-0/+97
* netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay2017-07-312-10/+39
* netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter2017-07-242-1/+6
* netfilter: Remove duplicated rcu_read_lock.Taehee Yoo2017-07-2420-128/+13Star
* netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2017-07-243-16/+23
* netfilter: expect: add to hash table after expect initFlorian Westphal2017-07-241-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211200-18852/+38137
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-2183-581/+1176
| |\
| | * net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa2017-07-211-1/+1
| | * rds: Make sure updates to cp_send_gen can be observedHåkon Bugge2017-07-211-3/+3
| | * net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy2017-07-211-24/+25
| | * ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-07-211-4/+5
| | * rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-211-1/+2
| | * net: dsa: b53: Add missing ARL entries for BCM53125Florian Fainelli2017-07-211-0/+1
| | * Merge branch 'BPF-map-value-adjust-fix'David S. Miller2017-07-216-23/+574
| | |\
| | | * bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann2017-07-211-0/+418
| | | * bpf: add test for mixed signed and unsigned bounds checksEdward Cree2017-07-211-0/+52
| | | * bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann2017-07-211-4/+4
| | | * bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-214-5/+5
| | | * bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2017-07-212-14/+95
| | |/
| | * ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-07-201-2/+6
| | * net: tehuti: don't process data if it has not been copied from userspaceColin Ian King2017-07-201-0/+2
| | * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-201-0/+1
| | * net: dsa: mv88e6xxx: Enable CMODE config support for 6390XMartin Hundebøll2017-07-201-0/+1
| | * dt-binding: ptp: Add SoC compatibility strings for dte ptp clockArun Parameswaran2017-07-201-4/+11
| | * NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev2017-07-191-1/+8
| | * net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-07-191-0/+1
| | * wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-07-191-0/+2
| | * netfilter: fix netfilter_net_init() returnDan Carpenter2017-07-181-2/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-186-166/+14Star
| | |\
| | | * netfilter: expect: fix crash when putting uninited expectationFlorian Westphal2017-07-171-1/+1