summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nat: fold in_range indirection into callerFlorian Westphal2018-12-173-23/+16
* netfilter: nat: remove l4proto->unique_tupleFlorian Westphal2018-12-175-123/+56
* netfilter: nat: un-export nf_nat_l4proto_unique_tupleFlorian Westphal2018-12-176-129/+75
* netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal2018-12-173-21/+2
* netfilter: remove unused parameters in nf_ct_l4proto_[un]register_sysctl()Yafang Shao2018-12-171-14/+7
* netfilter: nat: limit port clash resolution attemptsFlorian Westphal2018-12-171-6/+23
* netfilter: nat: remove unnecessary 'else if' branchXiaozhou Liu2018-12-171-2/+0
* netfilter: ipset: replace a strncpy() with strscpy()Qian Cai2018-12-141-2/+4
* netfilter: ipset: fix ip_set_byindex functionFlorent Fourcot2018-12-141-1/+1
* netfilter: nat: remove l4 protocol port roversFlorian Westphal2018-12-015-26/+7
* netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney2018-12-014-8/+8
* netfilter: nf_flow_table: simplify nf_flow_offload_gc_step()Taehee Yoo2018-11-121-27/+7
* netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo2018-11-121-4/+4
* netfilter: ctnetlink: always honor CTA_MARK_MASKAndreas Jaggi2018-11-121-10/+19
* Merge branch 'master' of git://blackhole.kfki.hu/nf-nextPablo Neira Ayuso2018-11-124-40/+174
|\
| * netfilter: ipset: Introduction of new commands and protocol version 7Jozsef Kadlecsik2018-10-271-17/+147
| * netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio2018-10-222-7/+7
| * netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio2018-10-223-16/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-116-31/+39
|\ \
| * | act_mirred: clear skb->tstamp on redirectEric Dumazet2018-11-112-10/+2
| * | tipc: fix link re-establish failureJon Maloy2018-11-111-4/+7
| * | net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski2018-11-101-1/+13
| * | flow_dissector: do not dissect l4 ports for fragments배석진2018-11-091-2/+2
| * | inet: frags: better deal with smp racesEric Dumazet2018-11-081-14/+15
* | | net_sched: sch_fq: add dctcp-like markingEric Dumazet2018-11-111-0/+21
* | | tcp: tsq: no longer use limit_output_bytes for paced flowsEric Dumazet2018-11-112-4/+5
* | | tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffiesEric Dumazet2018-11-111-2/+5
* | | tcp: refine tcp_tso_should_defer() after EDT adoptionEric Dumazet2018-11-111-3/+4
* | | tcp: do not try to defer skbs with eor mark (MSG_EOR)Eric Dumazet2018-11-111-0/+4
* | | tcp: minor optimization in tcp ack fast path processingYafang Shao2018-11-111-3/+4
* | | tipc: improve broadcast retransmission algorithmLUU Duc Canh2018-11-112-46/+14
* | | net: sched: register callbacks for indirect tc block bindsJohn Hurley2018-11-111-1/+255
* | | sctp: Fix SKB list traversal in sctp_intl_store_ordered().David S. Miller2018-11-101-5/+12
* | | sctp: Fix SKB list traversal in sctp_intl_store_reasm().David S. Miller2018-11-101-5/+12
* | | iucv: Remove SKB list assumptions.David S. Miller2018-11-101-26/+15
* | | OVS: remove VLAN_TAG_PRESENT - fixupMichał Mirosław2018-11-101-1/+1
* | | udp6: cleanup stats accounting in recvmsg()Paolo Abeni2018-11-091-25/+7
* | | net: tcp: remove BUG_ON from tcp_v4_errLi RongQing2018-11-091-1/+0
* | | net: sched: red: inform offloads about harddrop settingJakub Kicinski2018-11-081-0/+1
* | | tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell2018-11-081-8/+7
* | | ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
* | | bridge: use __vlan_hwaccel helpersMichał Mirosław2018-11-083-10/+13
* | | 8021q: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
* | | nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-2/+3
* | | net/core: use __vlan_hwaccel helpersMichał Mirosław2018-11-083-5/+7
* | | net: move __skb_checksum_complete*() to skbuff.cCong Wang2018-11-082-43/+43
* | | net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk2018-11-081-0/+27
* | | net: core: dev_addr_lists: add auxiliary func to handle reference address upd...Ivan Khoronzhuk2018-11-081-0/+97
* | | OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-084-18/+23
* | | sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2018-11-081-2/+4
OpenPOWER on IntegriCloud