summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-24netfilter: conntrack: make protocol tracker pointers constFlorian Westphal6-37/+37
2017-08-24netfilter: conntrack: print_conntrack only needed if CONFIG_NF_CONNTRACK_PROCFSFlorian Westphal4-0/+22
2017-08-24netfilter: conntrack: place print_tuple in procfs partFlorian Westphal12-108/+56
2017-08-24netfilter: conntrack: remove protocol name from l4proto structFlorian Westphal10-19/+20
2017-08-24netfilter: conntrack: remove protocol name from l3proto structFlorian Westphal4-4/+11
2017-08-24netfilter: conntrack: compute l3proto nla size at compile timeFlorian Westphal4-19/+20
2017-08-24netfilter: nf_nat_h323: fix logical-not-parentheses warningNick Desaulniers1-27/+30
2017-08-19netfilter: rt: add support to fetch path mssFlorian Westphal1-0/+66
2017-08-19netfilter: exthdr: tcp option set supportFlorian Westphal1-2/+162
2017-08-19netfilter: exthdr: split netlink dump functionFlorian Westphal1-5/+11
2017-08-19netfilter: exthdr: factor out tcp option accessFlorian Westphal1-12/+21
2017-08-19netfilter: use audit_log()Geliang Tang2-19/+8
2017-08-19netfilter: remove prototype of netfilter_queue_initTaehee Yoo1-1/+0
2017-08-19netfilter: connlimit: merge root4 and root6.Taehee Yoo1-15/+8
2017-08-02netfilter: constify nf_loginfo structuresJulia Lawall7-7/+7
2017-08-02netfilter: constify nf_conntrack_l3/4proto parametersJulia Lawall4-21/+22
2017-08-02netfilter: xtables: Remove unused variable in compat_copy_entry_from_user()Taehee Yoo2-4/+0
2017-07-31netfilter: conntrack: do not enable connection tracking unless neededFlorian Westphal4-68/+4
2017-07-31netfilter: nft_set_rbtree: use seqcount to avoid lock in most casesFlorian Westphal1-12/+37
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter1-2/+9
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter1-4/+14
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2-10/+51
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2-14/+37
2017-07-31netfilter: nf_tables: No need to check chain existence when tracingPhil Sutter1-8/+5
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal15-15/+15
2017-07-31netfilter: nfnetlink_queue: don't queue dying conntracks to userspaceFlorian Westphal1-0/+19
2017-07-31netfilter: conntrack: destroy functions need to free queued packetsFlorian Westphal2-0/+5
2017-07-31netfilter: add and use nf_ct_unconfirmed_destroyFlorian Westphal2-4/+12
2017-07-31netfilter: expect: add and use nf_ct_expect_iterate helpersFlorian Westphal3-61/+90
2017-07-31netfilter: conntrack: Change to deferable work queuesubashab@codeaurora.org1-1/+1
2017-07-31netfilter: nf_tables: add fib expression to the netdev familyPablo M. Bermudo Garay3-0/+97
2017-07-31netfilter: nf_tables: fib: use skb_header_pointerPablo M. Bermudo Garay2-10/+39
2017-07-24netfilter: nf_tables: Attach process info to NFT_MSG_NEWGEN notificationsPhil Sutter1-1/+4
2017-07-24netfilter: Remove duplicated rcu_read_lock.Taehee Yoo20-128/+13
2017-07-24netfilter: nf_tables: keep chain counters away from hot pathPablo Neira Ayuso2-16/+21
2017-07-24netfilter: expect: add to hash table after expect initFlorian Westphal1-6/+6
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller63-1395/+1369
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-216/+141
2017-07-20rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge1-3/+3
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-19ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-07-19net: make dev_close and related functions voidstephen hemminger1-15/+11
2017-07-19bluetooth: 6lowpan dev_close never returns errorstephen hemminger1-5/+1
2017-07-19net: dsa: unexport dsa_is_port_initializedVivien Didelot1-0/+5
2017-07-19net/packet: remove unused PGV_FROM_VMALLOC definition.Rosen, Rami1-2/+0
2017-07-19tcp: adjust tail loss probe timeoutYuchung Cheng2-8/+11
2017-07-19openvswitch: Optimize operations for OvS flow_stats.Tonghao Zhang3-4/+9
2017-07-19openvswitch: Optimize updating for OvS flow_stats.Tonghao Zhang1-2/+1