summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sctp: add support for dscp and flowlabel per transportXin Long2018-07-041-0/+9
| * | | | | | ipv4: add __ip_queue_xmit() that supports tos paramXin Long2018-07-041-1/+8
| * | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-039-7/+18
| |\ \ \ \ \ \
| * | | | | | | net: Enable Tx queue selection based on Rx queuesAmritha Nambiar2018-07-021-0/+10
| * | | | | | | net: Record receive queue number for a connectionAmritha Nambiar2018-07-022-0/+29
| * | | | | | | net: sock: Change tx_queue_mapping in sock_common to unsigned shortAmritha Nambiar2018-07-021-3/+11
| * | | | | | | Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-303-11/+282
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: add support for HELuca Coelho2018-06-181-9/+55
| | * | | | | | | radiotap: add structs for HELuca Coelho2018-06-151-0/+123
| | * | | | | | | cfg80211: Add support for HELuca Coelho2018-06-151-2/+104
| * | | | | | | | net/smc: add pnetid support for SMC-D and ISMHans Wippel2018-06-301-0/+1
| * | | | | | | | net/smc: add base infrastructure for SMC-D and ISMHans Wippel2018-06-301-0/+62
| * | | | | | | | net/smc: add pnetid supportUrsula Braun2018-06-301-0/+2
| * | | | | | | | net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-291-2/+6
| * | | | | | | | sctp: add support for SCTP_REUSE_PORT sockoptXin Long2018-06-291-0/+1
| * | | | | | | | netfilter: check if the socket netns is correct.Flavio Leitner2018-06-281-1/+2
| * | | | | | | | net sched actions: fix coding style in pedit headersRoman Mashak2018-06-281-0/+1
| * | | | | | | | net: sched: call reoffload op on block callback regJohn Hurley2018-06-261-2/+4
| * | | | | | | | net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+15
| * | | | | | | | net: sched: add tcf_proto_op to offload a ruleJohn Hurley2018-06-262-3/+6
| * | | | | | | | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-4/+7
| * | | | | | | | net: Convert GRO SKB handling to list_head.David Miller2018-06-264-7/+7
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | netns: get more entropy from net_hash_mix()Eric Dumazet2018-06-231-6/+1
| * | | | | | | tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2018-06-221-0/+11
| * | | | | | | rhashtable: split rhashtable.hNeilBrown2018-06-225-5/+5
* | | | | | | | Merge tag 'audit-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-151-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs2018-06-191-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang2018-08-071-0/+5
* | | | | | | vsock: split dwork to avoid reinitializationsCong Wang2018-08-071-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-241-3/+2
|\ \ \ \ \ \
| * | | | | | netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-1/+0
| * | | | | | netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-171-2/+2
* | | | | | | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-07-241-6/+6
|\ \ \ \ \ \ \
| * | | | | | | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-061-6/+6
| | |_|_|_|/ / | |/| | | | |
* | | | | | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-231-0/+5
* | | | | | | net/ipv6: Fix linklocal to global address with VRFDavid Ahern2018-07-211-0/+5
* | | | | | | tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-201-0/+1
* | | | | | | tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-201-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | ipv6: fix useless rol32 call on hashColin Ian King2018-07-181-1/+1
| |/ / / / |/| | | |
* | | | | ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu2018-07-161-0/+2
* | | | | tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-131-2/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-092-2/+8
|\ \ \ \ \
| * | | | | netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso2018-07-061-0/+6
| * | | | | netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl2018-07-061-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-082-0/+8
|\ \ \ \ \ \
| * | | | | | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-071-0/+4
| * | | | | | xsk: fix potential race in SKB TX completion codeMagnus Karlsson2018-07-021-0/+4
| | |/ / / / | |/| | | |
* | | | | | net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0
* | | | | | net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti2018-07-071-1/+0
* | | | | | ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore2018-07-051-8/+1
| |/ / / / |/| | | |
OpenPOWER on IntegriCloud