aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal5-9/+13
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal1-5/+24
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal10-32/+15
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal13-25/+25
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal1-6/+9
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal2-2/+2
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal7-19/+15
2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng1-23/+25
2017-01-18netfilter: nf_tables: eliminate useless condition checksGao Feng1-12/+3
2017-01-18netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang1-1/+27
2017-01-18netfilter: pkttype: unnecessary to check ipv6 multicast addressLiping Zhang2-6/+2
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn14-0/+23
2017-01-09xtables: use match, target and data copy_to_user helpers in compatWillem de Bruijn1-10/+4
2017-01-09ebtables: use match, target and data copy_to_user helpersWillem de Bruijn1-31/+47
2017-01-09arptables: use match, target and data copy_to_user helpersWillem de Bruijn1-10/+5
2017-01-09ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn1-15/+6
2017-01-09iptables: use match, target and data copy_to_user helpersWillem de Bruijn1-15/+6
2017-01-09xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn1-0/+54
2017-01-05netfilter: xt_connlimit: use rb_entry()Geliang Tang1-2/+2
2017-01-05netfilter: conntrack: validate SCTP crc32c in PREROUTINGDavide Caratti1-0/+32
2017-01-05netfilter: select LIBCRC32C together with SCTP conntrackDavide Caratti1-1/+1
2017-01-03netfilter: nft_ct: add average bytes per packet supportLiping Zhang1-1/+21
2017-01-03netfilter: nat: merge udp and udplite helpersFlorian Westphal3-86/+66
2017-01-03netfilter: merge udp and udplite conntrack helpersFlorian Westphal3-325/+123
2016-12-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2-5/+18
2016-12-29net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli1-0/+12
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier3-4/+37
2016-12-29sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner1-75/+32
2016-12-29ipv6: remove unnecessary inet6_sk checkDave Jones1-7/+0
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan5-15/+14
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan9-37/+36
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner1-2/+15
2016-12-28sctp: sctp_chunk_length_valid should return boolMarcelo Ricardo Leitner1-8/+7
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2-11/+8
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner2-20/+14
2016-12-28sctp: reduce indent level in sctp_sf_shut_8_4_5Marcelo Ricardo Leitner1-30/+28
2016-12-28sctp: reduce indent level at sctp_sf_tabort_8_4_8Marcelo Ricardo Leitner1-23/+21
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-55/+52
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang1-6/+0
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar2-28/+27
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2-9/+9
2016-12-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner5-7/+7
2016-12-25ktime: Get rid of the unionThomas Gleixner14-30/+30
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds98-98/+98
2016-12-23tipc: don't send FIN message from connectionless socketJon Paul Maloy1-11/+13
2016-12-23sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner1-1/+1
2016-12-23sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner1-1/+1
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel1-0/+1