summaryrefslogtreecommitdiffstats
path: root/net
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-024-21/+22
* 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-314-68/+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-311-2/+9
* netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-311-4/+14
* netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-312-10/+51
* netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-312-14/+37
* 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-3115-15/+15
* 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-312-4/+12
* netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal2017-07-313-61/+90
* 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-241-1/+4
* 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-242-16/+21
* 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-2163-1395/+1369Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-2125-216/+141Star
| |\
| | * rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge2017-07-211-3/+3
| | * 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
| | * ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-07-201-2/+6
| | * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-201-0/+1
| | * 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-185-157/+14Star
| | |\
| | | * netfilter: expect: fix crash when putting uninited expectationFlorian Westphal2017-07-171-1/+1
| | | * netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal2017-07-171-2/+1Star
| | | * netfilter: nat: fix src map lookupFlorian Westphal2017-07-171-8/+9
| | | * netfilter: remove old pre-netns era hook apiFlorian Westphal2017-07-171-143/+0Star
| | | * netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcvMateusz Jurczyk2017-07-171-3/+3
| | * | udp: preserve skb->dst if required for IP options processingPaolo Abeni2017-07-181-2/+11
| | * | ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-07-182-0/+2
| | |/
| | * tcp_bbr: init pacing rate on first RTT sampleNeal Cardwell2017-07-151-1/+9
| | * tcp_bbr: remove sk_pacing_rate=0 transient during initNeal Cardwell2017-07-151-1/+0Star
| | * tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helperNeal Cardwell2017-07-151-5/+18
| | * tcp_bbr: introduce bbr_bw_to_pacing_rate() helperNeal Cardwell2017-07-151-3/+11
| | * tcp_bbr: cut pacing rate only if filled pipeNeal Cardwell2017-07-151-2/+1Star
| | * openvswitch: Fix for force/commit action failuresGreg Rose2017-07-151-15/+36
| | * ipv4: ip_do_fragment: fix headroom testsVasily Averin2017-07-151-4/+4
| | * sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2