summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: xt_IDLETIMER: fix sysfs callback function typeSami Tolvanen2019-03-011-10/+4
* netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2Li RongQing2019-03-011-0/+1
* netfilter: nf_tables: check the result of dereferencing base_chain->statsLi RongQing2019-03-011-6/+8
* netfilter: bridge: Don't sabotage nf_hook calls for an l3mdev slaveDavid Ahern2019-03-011-1/+2
* ipvs: get sctphdr by sctphoff in sctp_csum_checkXin Long2019-03-011-5/+2
* netfilter: convert the proto argument from u8 to u16Li RongQing2019-03-013-7/+7
* netfilter: nft_tunnel: Add dst_cache supportwenxu2019-03-011-0/+7
* netfilter: conntrack: tcp: only close if RST matches exact sequenceFlorian Westphal2019-03-011-10/+40
* ipvs: change some data types from int to boolAndrea Claudi2019-03-015-18/+18
* netfilter: nft_set_hash: remove nft_hash_key()Pablo Neira Ayuso2019-02-271-11/+2
* netfilter: nft_set_hash: bogus element self comparison from deactivation pathPablo Neira Ayuso2019-02-271-1/+1
* netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso2019-02-271-4/+19
* netfilter: remove unneeded switch fall-throughLi RongQing2019-02-272-2/+1
* netfilter: conntrack: avoid same-timeout updateFlorian Westphal2019-02-272-10/+9
* netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-2715-95/+60
* netfilter: nat: remove l3proto structFlorian Westphal2019-02-273-100/+0
* netfilter: nat: remove csum_recalc hookFlorian Westphal2019-02-273-14/+27
* netfilter: nat: remove csum_update hookFlorian Westphal2019-02-272-38/+36
* netfilter: nat: remove l3 manip_pkt hookFlorian Westphal2019-02-273-24/+30
* netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal2019-02-273-26/+6
* netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-2712-738/+711
* netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-274-146/+123
* netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-279-281/+197
* netfilter: ebtables: remove BUGPRINT messagesFlorian Westphal2019-02-271-92/+39
* netfilter: nf_conntrack_amanda: add support for STATE streamsFlorian Tham2019-02-271-2/+7
* netfilter: nft_compat: use .release_ops and remove list of extensionPablo Neira Ayuso2019-02-273-227/+64
* net: sched: pie: fix 64-bit divisionLeslie Monis2019-02-261-1/+1
* net: Use RCU_POINTER_INITIALIZER() to init static variableLi RongQing2019-02-261-1/+1
* Merge branch 'tcp-cleanups'David S. Miller2019-02-265-34/+28
|\
| * tcp: remove tcp_queue argument from tso_fragment()Eric Dumazet2019-02-261-7/+6
| * tcp: use tcp_md5_needed for timewait socketsEric Dumazet2019-02-261-8/+13
| * tcp: convert tcp_md5_needed to static_branch APIEric Dumazet2019-02-264-6/+6
| * tcp: get rid of __tcp_add_write_queue_tail()Eric Dumazet2019-02-261-6/+1
| * tcp: get rid of tcp_check_send_head()Eric Dumazet2019-02-262-7/+2
|/
* tc-testing: gitignore, ignore local tdc config fileVlad Buslov2019-02-261-0/+1
* net: sched: fix typo in walker_check_empty()Vlad Buslov2019-02-261-2/+2
* net: sched: pie: fix mistake in reference linkLeslie Monis2019-02-261-1/+1
* mlxsw: spectrum: remove set but not used variable 'autoneg_status'YueHaibing2019-02-261-3/+0
* Merge branch 'vxlan-create-and-changelink-extack-support'David S. Miller2019-02-263-67/+224
|\
| * tools: selftests: rtnetlink: add testcases for vxlan flag setsRoopa Prabhu2019-02-261-0/+52
| * vxlan: add extack support for create and changelinkRoopa Prabhu2019-02-262-67/+172
|/
* Merge branch 'devlink-make-ethtool-compat-reliable'David S. Miller2019-02-2620-136/+90
|\
| * devlink: require non-NULL ops for devlink instancesJakub Kicinski2019-02-261-26/+22
| * devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski2019-02-262-11/+15
| * nfp: remove ethtool flashing fallbackJakub Kicinski2019-02-261-24/+0
| * nfp: add .ndo_get_devlinkJakub Kicinski2019-02-264-0/+15
| * devlink: create a special NDO for getting the devlink instanceJakub Kicinski2019-02-263-39/+33
| * net: devlink: turn devlink into a built-inJakub Kicinski2019-02-2613-39/+8
|/
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-266-39/+14
* net: wan: z85230: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop p...Yang Wei2019-02-251-1/+1