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
* | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-03-022-7/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke2019-02-262-2/+47
| * | | | | | | | Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-02-261-5/+3
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-0222-42/+142
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1
| * | | | | | | | ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-013-6/+16
| * | | | | | | | sctp: chunk.c: correct format string for size_t in printkMatthias Maennich2019-02-281-1/+1
| * | | | | | | | net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-02-281-3/+7
| * | | | | | | | netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-272-2/+4
| * | | | | | | | ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-02-271-4/+5
| * | | | | | | | net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-02-272-4/+40
| * | | | | | | | tipc: fix race condition causing hung sendtoTung Nguyen2019-02-261-1/+5
| * | | | | | | | mpls: Return error for RTA_GATEWAY attributeDavid Ahern2019-02-261-0/+3
| * | | | | | | | ipv6: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| * | | | | | | | ipv4: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| * | | | | | | | net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-252-7/+32
| * | | | | | | | net: Add __icmp_send helper.Nazarov Sergey2019-02-251-3/+4
| * | | | | | | | net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers2019-02-251-0/+1
| * | | | | | | | net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov2019-02-251-1/+2
| * | | | | | | | net: dsa: fix a leaked reference by adding missing of_node_putWen Yang2019-02-252-6/+11
| * | | | | | | | net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti2019-02-241-2/+1
| * | | | | | | | net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti2019-02-241-2/+1
* | | | | | | | | net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel2019-03-021-1/+1
* | | | | | | | | net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-011-2/+8
* | | | | | | | | net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-011-5/+13
* | | | | | | | | switchdev: Remove unused transaction item queueFlorian Fainelli2019-03-011-98/+2
* | | | | | | | | devlink: fix kdocJakub Kicinski2019-03-011-7/+5
* | | | | | | | | net/smc: allow pnetid-less configurationUrsula Braun2019-02-281-1/+41
* | | | | | | | | net: sched: pie: avoid slow division in drop probability decayLeslie Monis2019-02-281-1/+2
* | | | | | | | | net: sched: act_csum: Fix csum calc for tagged packetsEli Britstein2019-02-271-2/+29
* | | | | | | | | net: sched: act_tunnel_key: fix metadata handlingVlad Buslov2019-02-271-9/+9
* | | | | | | | | route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-273-4/+8