summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* skbuff: add and use skb_nfct helperFlorian Westphal2017-02-0213-25/+25
* netfilter: reduce direct skb->nfct usageFlorian Westphal2017-02-021-6/+9
* netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-022-2/+2
* netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-027-19/+15Star
* netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng2017-02-021-23/+25
* netfilter: nf_tables: eliminate useless condition checksGao Feng2017-01-181-12/+3Star
* netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang2017-01-181-1/+27
* netfilter: pkttype: unnecessary to check ipv6 multicast addressLiping Zhang2017-01-182-6/+2Star
* xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-0914-0/+23
* xtables: use match, target and data copy_to_user helpers in compatWillem de Bruijn2017-01-091-10/+4Star
* ebtables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-31/+47
* arptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-10/+5Star
* ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6Star
* iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6Star
* xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn2017-01-091-0/+54
* netfilter: xt_connlimit: use rb_entry()Geliang Tang2017-01-051-2/+2
* netfilter: conntrack: validate SCTP crc32c in PREROUTINGDavide Caratti2017-01-051-0/+32
* netfilter: select LIBCRC32C together with SCTP conntrackDavide Caratti2017-01-051-1/+1
* netfilter: nft_ct: add average bytes per packet supportLiping Zhang2017-01-031-1/+21
* netfilter: nat: merge udp and udplite helpersFlorian Westphal2017-01-033-86/+66Star
* netfilter: merge udp and udplite conntrack helpersFlorian Westphal2017-01-033-325/+123Star
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2016-12-302-5/+18
* net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli2016-12-301-0/+12
* net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-293-4/+37
* sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner2016-12-291-75/+32Star
* ipv6: remove unnecessary inet6_sk checkDave Jones2016-12-291-7/+0Star
* ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-295-15/+14Star
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-299-37/+36Star
* sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner2016-12-281-2/+15
* sctp: sctp_chunk_length_valid should return boolMarcelo Ricardo Leitner2016-12-281-8/+7Star
* sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-282-11/+8Star
* sctp: simplify addr copyMarcelo Ricardo Leitner2016-12-282-20/+14Star
* sctp: reduce indent level in sctp_sf_shut_8_4_5Marcelo Ricardo Leitner2016-12-281-30/+28Star
* sctp: reduce indent level at sctp_sf_tabort_8_4_8Marcelo Ricardo Leitner2016-12-281-23/+21Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-287-55/+52Star
|\
| * net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-6/+0Star
| * openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-272-28/+27Star
| * ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-272-9/+9
| * net, sched: fix soft lockup in tc_classifyDaniel Borkmann2016-12-261-1/+3
| * tipc: don't send FIN message from connectionless socketJon Paul Maloy2016-12-231-11/+13
* | ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-1/+1
* | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-255-7/+7
* | ktime: Get rid of the unionThomas Gleixner2016-12-2514-30/+30
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2498-98/+98
|/
* sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner2016-12-231-1/+1
* sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner2016-12-231-1/+1
* neigh: Send netevent after marking neigh as deadIdo Schimmel2016-12-231-0/+1
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2016-12-231-1/+5
* inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-232-2/+2
* net/sched: cls_flower: Mandate mask when matching on flagsOr Gerlitz2016-12-231-11/+12