summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: Refactor nf_conncountYi-Hung Wei2018-03-202-5/+3Star
* ipvs: use true and false for boolean valuesGustavo A. R. Silva2018-03-132-4/+4
* netfilter: x_tables: fix build with CONFIG_COMPAT=nFlorian Westphal2018-03-131-31/+31
* netfilter: xt_limit: Spelling s/maxmum/maximum/Geert Uytterhoeven2018-03-051-1/+1
* netfilter: make xt_rateest hash table per netCong Wang2018-03-052-31/+70
* netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-053-3/+48
* netfilter: x_tables: make sure compat af mutex is heldFlorian Westphal2018-03-051-0/+6
* netfilter: compat: reject huge allocation requestsFlorian Westphal2018-03-051-8/+18
* netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-055-11/+31
* netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-054-3/+18
* netfilter: x_tables: limit allocation requests for blob rule headsFlorian Westphal2018-03-051-0/+3
* netfilter: x_tables: cap allocations at 512 mbyteFlorian Westphal2018-03-051-1/+2
* netfilter: x_tables: enforce unique and ascending entry pointsFlorian Westphal2018-03-051-1/+30
* netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-054-30/+38
* netfilter: x_tables: check error target size tooFlorian Westphal2018-03-051-0/+23
* netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-054-21/+43
* netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-053-3/+6
* netfilter: ipt_ah: return boolean instead of integerGustavo A. R. Silva2018-03-051-1/+1
* netfilter: nf_conntrack_broadcast: remove useless parameterTaehee Yoo2018-03-053-5/+6
* netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicastTaehee Yoo2018-03-051-9/+1Star
* netfilter: nfnetlink_acct: remove useless parameterTaehee Yoo2018-03-052-3/+2Star
* netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be statickbuild test robot2018-03-051-4/+4
* net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistencyJonathan Neuschäfer2018-03-051-2/+2
* net: Convert proto_gre_net_opsKirill Tkhai2018-03-051-0/+1
* net: Convert ctnetlink_net_opsKirill Tkhai2018-03-051-0/+1
* net: Convert nf_conntrack_net_opsKirill Tkhai2018-03-051-0/+1
* net: Convert ip_set_net_opsKirill Tkhai2018-03-051-1/+2
* net: Convert fou_net_opsKirill Tkhai2018-03-051-0/+1
* net: Convert dccp_v6_opsKirill Tkhai2018-03-051-0/+1
* net: Convert dccp_v4_opsKirill Tkhai2018-03-051-0/+1
* net: Convert cangw_pernet_opsKirill Tkhai2018-03-051-0/+1
* net: Convert caif_net_opsKirill Tkhai2018-03-051-0/+1
* net: Convert arp_tables_net_ops and ip6_tables_net_opsKirill Tkhai2018-03-052-0/+2
* net: Convert log pernet_operationsKirill Tkhai2018-03-055-0/+5
* net: Convert broute_net_ops, frame_filter_net_ops and frame_nat_net_opsKirill Tkhai2018-03-053-0/+3
* net/ncsi: Add generic netlink familySamuel Mendoza-Jonas2018-03-055-5/+471
* tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2018-03-051-1/+2
* tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATSPriyaranjan Jha2018-03-051-1/+3
* net: Make RX-FCS and LRO mutually exclusiveGal Pressman2018-03-051-0/+6
* net sched actions: corrected extack messageRoman Mashak2018-03-051-1/+1
* Merge tag 'batadv-next-for-davem-20180302' of git://git.open-mesh.org/linux-m...David S. Miller2018-03-0559-66/+68
|\
| * batman-adv: Avoid relation operator comparison with boolSven Eckelmann2018-02-271-1/+1
| * batman-adv: Fix indentation of batadv_seq_beforeSven Eckelmann2018-02-271-5/+7
| * batman-adv: Update copyright years for 2018Sven Eckelmann2018-02-2659-59/+59
| * batman-adv: Start new development cycleSimon Wunderlich2018-02-261-1/+1
* | gre: add sequence number for collect md mode.William Tu2018-03-053-8/+16
* | dsa: Pass the port to get_sset_count()Andrew Lunn2018-03-042-3/+3
* | net: Remove unused get_hash_from_flow functionsDavid Ahern2018-03-041-16/+0Star
* | net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern2018-03-043-17/+80
* | net/ipv6: Pass skb to route lookupDavid Ahern2018-03-0412-44/+65