summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bridge: only include nf_queue.h if neededStephen Rothwell2019-04-151-0/+2
* bridge: broute: make broute a real ebtables tableFlorian Westphal2019-04-124-39/+52
* bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal2019-04-124-7/+53
* bridge: reduce size of input cb to 16 bytesFlorian Westphal2019-04-123-16/+16
* netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal2019-04-113-91/+42
* netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal2019-04-118-124/+87
* netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal2019-04-114-6/+4
* netfilter: make two functions staticFlorian Westphal2019-04-082-5/+3
* netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2019-04-082-12/+32
* netfilter: nft_redir: add inet supportFlorian Westphal2019-04-081-0/+61
* netfilter: nft_masq: add inet supportFlorian Westphal2019-04-081-0/+64
* netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-085-24/+19
* netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-0810-214/+174
* netfilter: nat: add inet family nat supportFlorian Westphal2019-04-084-17/+136
* ipvs: allow tunneling with gue encapsulationJacky Hu2019-04-082-5/+114
* netfilter: nf_flowtable: skip device lookup from interface indexPablo Neira Ayuso2019-04-081-8/+2
* netfilter: nft_redir: Make nft_redir_dump staticYueHaibing2019-04-081-1/+1
* netfilter: nf_tables: remove unused parameter ctxColin Ian King2019-04-081-3/+2
* time: Introduce jiffies64_to_msecs()Li RongQing2019-04-081-3/+1
* datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-084-32/+22
* net: sched: flower: insert filter to ht before offloading it to hwVlad Buslov2019-04-071-20/+44
* rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2019-04-077-7/+0
* net: hsr: Fix node prune function for forget time expiryAaron Kramer2019-04-061-0/+4
* net: hsr: add debugfs support for display node listMurali Karicheri2019-04-066-12/+155
* net: hsr: convert to SPDX identifierMurali Karicheri2019-04-0612-61/+12
* net: hsr: add blank line after function declarationMurali Karicheri2019-04-061-0/+1
* net: hsr: remove camel case usage in the codeMurali Karicheri2019-04-064-75/+76
* net: hsr: add missing space around operator in codeMurali Karicheri2019-04-062-4/+4
* net: hsr: fix placement of logical operator in a multi-line statementMurali Karicheri2019-04-062-6/+6
* net: hsr: remove unnecessary space after a castMurali Karicheri2019-04-063-15/+15
* net: hsr: fix NULL checks in the codeMurali Karicheri2019-04-065-13/+13
* net: hsr: fix lines that ends with a '('Murali Karicheri2019-04-062-7/+5
* net: hsr: fix alignment issues in the code for functionsMurali Karicheri2019-04-063-9/+9
* net: hsr: remove unnecessary paranthesis from the codeMurali Karicheri2019-04-063-18/+16
* net: hsr: fix multiple blank lines in the codeMurali Karicheri2019-04-067-55/+0
* net: hsr: fix lines exceeding 80 charactersMurali Karicheri2019-04-065-22/+31
* tcp: remove redundant check on tskbColin Ian King2019-04-061-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0546-191/+256
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-0445-189/+250
| |\
| | * ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi2019-04-041-0/+4
| | * net: bridge: always clear mcast matching struct on reports and leavesNikolay Aleksandrov2019-04-041-0/+3
| | * vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech2019-04-041-11/+15
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-14/+6
| | |\
| | | * flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev2019-04-031-13/+3
| | | * flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev2019-04-031-1/+2
| | | * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-0/+1
| | * | sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen2019-04-041-0/+11
| | * | sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen2019-04-041-1/+1
| | * | tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
| | * | net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti2019-04-041-2/+8