summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-271-5/+4
* netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-2712-40/+21
* netfilter: nat: remove l3proto structFlorian Westphal2019-02-272-92/+0
* netfilter: nat: remove csum_recalc hookFlorian Westphal2019-02-272-10/+24
* netfilter: nat: remove csum_update hookFlorian Westphal2019-02-271-33/+36
* netfilter: nat: remove l3 manip_pkt hookFlorian Westphal2019-02-272-19/+26
* netfilter: nat: remove nf_nat_l4proto.hFlorian Westphal2019-02-272-10/+6
* netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-2711-736/+710
* netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-273-137/+123
* netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-278-277/+195
* 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-272-227/+61
* 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
* 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-263-4/+4
* tcp: get rid of tcp_check_send_head()Eric Dumazet2019-02-261-1/+2
* 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
* 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
* devlink: create a special NDO for getting the devlink instanceJakub Kicinski2019-02-261-39/+17
* net: devlink: turn devlink into a built-inJakub Kicinski2019-02-263-24/+4
* net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-265-36/+13
* net: sched: pie: update referencesMohit P. Tahiliani2019-02-251-3/+1
* net: sched: pie: add derandomization mechanismMohit P. Tahiliani2019-02-251-1/+27
* net: sched: pie: add more cases to auto-tune alpha and betaMohit P. Tahiliani2019-02-251-33/+32
* net: sched: pie: change initial value of pie_vars->burst_timeMohit P. Tahiliani2019-02-251-2/+2
* net: sched: pie: change default value of pie_params->tupdateMohit P. Tahiliani2019-02-251-1/+1
* net: sched: pie: change default value of pie_params->targetMohit P. Tahiliani2019-02-251-1/+1
* net: sched: pie: change value of QUEUE_THRESHOLDMohit P. Tahiliani2019-02-251-1/+1
* net: sched: don't release block->lock when dumping chainsVlad Buslov2019-02-251-9/+7
* net: sched: set dedicated tcf_walker flag when tp is emptyVlad Buslov2019-02-251-4/+9
* tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-252-20/+1
* tcp: remove unused parameter of tcp_sacktag_bsearch()Taehee Yoo2019-02-251-10/+6
* switchdev: Complete removal of switchdev_port_attr_get()Florian Fainelli2019-02-241-42/+0
* dsa: Remove phydev parameter from disable_port callAndrew Lunn2019-02-243-4/+4
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-2412-71/+107
|\
| * Bluetooth: a2mp: Use struct_size() helperGustavo A. R. Silva2019-02-181-1/+1
| * Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva2019-02-181-4/+4
| * Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-02-041-2/+1
| * Bluetooth: make hw_err static, reduces object code sizeColin Ian King2019-01-251-1/+1
| * Bluetooth: Allow driver specific cmd timeout handlingRajat Jain2019-01-251-0/+3