summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net_sched: switch to rcu_workCong Wang2018-05-241-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-249-14/+57
| |\ \ \ | | |/ / | |/| |
| | * | xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer2018-05-242-2/+4
| | * | bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux2018-05-241-0/+8
| | * | ipv6: sr: export function lookup_nexthopMathieu Xhonneux2018-05-242-1/+26
| | * | ipv6: sr: make seg6.h includable without IPv6Mathieu Xhonneux2018-05-241-0/+4
| | * | net/ipv6: Add helper to return path MTU based on fib resultDavid Ahern2018-05-223-0/+11
| | * | net/ipv4: Add helper to return path MTU based on fib resultDavid Ahern2018-05-221-0/+2
| | * | xsk: clean up SPDX headersBjörn Töpel2018-05-181-11/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-235-61/+16
| |\ \ \
| | * | | netfilter: nf_tables: remove nft_af_info.Taehee Yoo2018-05-231-2/+0
| | * | | netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-231-7/+0
| | * | | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-232-52/+5
| | * | | netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal2018-05-231-0/+4
| | * | | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-231-4/+4
| | * | | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-231-0/+7
| * | | | Merge tag 'mac80211-next-for-davem-2018-05-23' of git://git.kernel.org/pub/sc...David S. Miller2018-05-232-20/+129
| |\ \ \ \
| | * | | | nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally2018-05-231-0/+5
| | * | | | nl80211: add FILS related parameters to ROAM eventArend Van Spriel2018-05-231-0/+2
| | * | | | cfg80211: use separate struct for FILS parametersArend Van Spriel2018-05-231-18/+26
| | * | | | mac80211: Support adding duration for prepare_tx() callbackIlan Peer2018-05-231-1/+4
| | * | | | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-2351-314/+596
| | |\ \ \ \
| | * | | | | cfg80211: add missing kernel-docJohannes Berg2018-05-221-0/+4
| | * | | | | cfg80211: release station info tidstats where neededJohannes Berg2018-05-181-0/+13
| | * | | | | cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel2018-05-181-1/+9
| | * | | | | cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen2018-05-081-0/+50
| | * | | | | cfg80211: average ack rssi support for data framesBalaji Pothunoori2018-05-071-0/+3
| | * | | | | mac80211: add api to set CSA counter in mac80211Gregory Greenman2018-05-071-0/+13
| * | | | | | ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu2018-05-231-0/+3
| | |/ / / / | |/| | | |
| * | | | | net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern2018-05-221-6/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-212-0/+9
| |\ \ \ \ \
| * | | | | | erspan: set bso bit based on mirrored packet's lenWilliam Tu2018-05-201-0/+28
| * | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-05-201-0/+2
| |\ \ \ \ \ \
| | * | | | | | Bluetooth: Add __hci_cmd_send functionLoic Poulain2018-05-181-0/+2
| * | | | | | | devlink: introduce a helper to generate physical port namesJiri Pirko2018-05-191-0/+9
| * | | | | | | devlink: extend attrs_set for setting port flavoursJiri Pirko2018-05-191-0/+3
| * | | | | | | devlink: introduce devlink_port_attrs_setJiri Pirko2018-05-191-6/+14
| * | | | | | | tcp: add tcp_comp_sack_nr sysctlEric Dumazet2018-05-181-0/+1
| * | | | | | | tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet2018-05-181-0/+1
| * | | | | | | tcp: add SACK compressionEric Dumazet2018-05-181-0/+3
| * | | | | | | tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet2018-05-181-1/+1
| |/ / / / / /
| * | | | | | tcp: new helper tcp_rack_skb_timeoutYuchung Cheng2018-05-171-0/+2
| * | | | | | tcp: account lost retransmit after timeoutYuchung Cheng2018-05-171-0/+1
| * | | | | | tcp: simpler NewReno implementationYuchung Cheng2018-05-171-0/+1
| * | | | | | tcp: support DUPACK threshold in RACKYuchung Cheng2018-05-171-0/+1
| * | | | | | sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni2018-05-171-5/+5
| | |_|_|/ / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-163-5/+33
| |\ \ \ \ \
| | * | | | | bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-2/+1
| | * | | | | net/ipv6: Add fib lookup stubs for use in bpf helperDavid Ahern2018-05-111-0/+14
| | * | | | | net/ipv6: Add fib6_lookupDavid Ahern2018-05-111-0/+6
OpenPOWER on IntegriCloud