summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal
2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng
2017-01-18netfilter: nf_tables: eliminate useless condition checksGao Feng
2017-01-18netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang
2017-01-18netfilter: pkttype: unnecessary to check ipv6 multicast addressLiping Zhang
2017-01-09xtables: extend matches and targets with .usersizeWillem de Bruijn
2017-01-09xtables: use match, target and data copy_to_user helpers in compatWillem de Bruijn
2017-01-09ebtables: use match, target and data copy_to_user helpersWillem de Bruijn
2017-01-09arptables: use match, target and data copy_to_user helpersWillem de Bruijn
2017-01-09ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn
2017-01-09iptables: use match, target and data copy_to_user helpersWillem de Bruijn
2017-01-09xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn
2017-01-05netfilter: xt_connlimit: use rb_entry()Geliang Tang
2017-01-05netfilter: conntrack: validate SCTP crc32c in PREROUTINGDavide Caratti
2017-01-05netfilter: select LIBCRC32C together with SCTP conntrackDavide Caratti
2017-01-03netfilter: nft_ct: add average bytes per packet supportLiping Zhang
2017-01-03netfilter: nat: merge udp and udplite helpersFlorian Westphal
2017-01-03netfilter: merge udp and udplite conntrack helpersFlorian Westphal
2016-12-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern
2016-12-29net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier
2016-12-29sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner
2016-12-29ipv6: remove unnecessary inet6_sk checkDave Jones
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner
2016-12-28sctp: sctp_chunk_length_valid should return boolMarcelo Ricardo Leitner
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner
2016-12-28sctp: reduce indent level in sctp_sf_shut_8_4_5Marcelo Ricardo Leitner
2016-12-28sctp: reduce indent level at sctp_sf_tabort_8_4_8Marcelo Ricardo Leitner
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan
2016-12-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23tipc: don't send FIN message from connectionless socketJon Paul Maloy
2016-12-23sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner
2016-12-23sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel
2016-12-23ipv6: handle -EFAULT from skb_copy_bitsDave Jones
2016-12-23inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn