summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: export function to write into verifier log bufferQuentin Monnet2018-01-101-0/+3
* ipv6: Export sernum update functionIdo Schimmel2018-01-081-0/+1
* ipv6: Add explicit flush indication to routesIdo Schimmel2018-01-081-1/+2
* ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-081-0/+1
* ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-081-1/+1
* ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-088-21/+80
|\
| * bpf: finally expose xdp_rxq_info to XDP bpf-programsJesper Dangaard Brouer2018-01-061-0/+3
| * xdp: generic XDP handling of xdp_rxq_infoJesper Dangaard Brouer2018-01-061-0/+2
| * xdp/qede: setup xdp_rxq_info and intro xdp_rxq_info_is_regJesper Dangaard Brouer2018-01-061-0/+1
| * xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer2018-01-062-0/+49
| * bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-042-2/+2
| * bpf: offload: report device information for offloaded programsJakub Kicinski2017-12-312-0/+5
| * nsfs: generalize ns_get_path() for path resolution with a taskJakub Kicinski2017-12-311-0/+3
| * bpf: offload: free program id when device disappearsJakub Kicinski2017-12-311-0/+2
| * bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-313-18/+11
| * bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski2017-12-311-1/+2
* | net: sched: fix tcf_block_get_ext() in case CONFIG_NET_CLS is not setQuentin Monnet2018-01-051-1/+2
* | l2tp: add comment in API header that L2TP_ATTR_OFFSET is not usedJames Chapman2018-01-051-1/+1
* | l2tp: revert "l2tp: add peer_offset parameter"James Chapman2018-01-051-1/+0
* | Merge tag 'mac80211-next-for-davem-2018-01-04' of git://git.kernel.org/pub/sc...David S. Miller2018-01-043-3/+28
|\ \
| * | cfg80211: Scan results to also report the per chain signal strengthSunil Dutt2017-12-192-0/+12
| * | Revert "mac80211: Add TXQ scheduling API"Johannes Berg2017-12-191-31/+6
| * | Revert "mac80211: Add airtime account and scheduling to TXQs"Johannes Berg2017-12-191-24/+0
| * | mac80211: Add airtime account and scheduling to TXQsToke Høiland-Jørgensen2017-12-111-0/+24
| * | mac80211: Add TXQ scheduling APIToke Høiland-Jørgensen2017-12-111-6/+31
| * | mac80211: Add MIC space only for TX key optionDavid Spinadel2017-12-111-1/+5
| * | cfg80211: cleanup signal strength units notationSergey Matyukevich2017-12-111-2/+2
| * | cfg80211: IBSS: Add support for static WEP in driver for IBSSTova Mussai2017-12-111-0/+5
| * | mac80211: enable TDLS peer buffer STA featureYingying Tang2017-12-111-0/+4
* | | net: dsa: lan9303: phy_addr_sel_strap rename and retypeEgil Hjelmeland2018-01-041-1/+1
* | | net: phy: add phy_modify() accessorRussell King2018-01-031-0/+1
* | | net: phy: add paged phy register accessorsRussell King2018-01-031-0/+11
* | | net: phy: add unlocked accessorsRussell King2018-01-031-0/+28
* | | net: mdiobus: add unlocked accessorsRussell King2018-01-031-0/+3
* | | net: phy: fixed-phy: remove fixed_phy_update_state()Russell King2018-01-031-9/+0
* | | sfp: improve support for direct-attach copper cablesRussell King2018-01-031-1/+35
* | | net: phy: add helper to convert negotiation result to phy settingsRussell King2018-01-021-0/+2
* | | net: phy: marvell10g: add MDI swap reportingRussell King2018-01-021-0/+1
* | | net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu2018-01-022-38/+45
* | | net: sctp: Add SCTP ACK tracking trace eventMasami Hiramatsu2018-01-021-0/+99
* | | net: tcp: Add trace events for TCP congestion window tracingMasami Hiramatsu2018-01-021-0/+97
* | | qed*: Utilize FW 8.33.1.0Tomer Tayar2018-01-0210-110/+379
* | | qed*: HSI renaming for different types of HWTomer Tayar2018-01-024-378/+378
* | | qed*: Refactoring and rearranging FW API with no functional impactTomer Tayar2018-01-0210-2001/+2114
* | | inet_diag: Add equal-operator for portsKristian Evensen2018-01-021-0/+2
* | | net: ptr_ring: otherwise safe empty checks can overrun array boundsJohn Fastabend2018-01-021-1/+6
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-299-64/+65
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-293-60/+45
| |\ \
| | * | sock: Add sock_owned_by_user_nocheckTom Herbert2017-12-281-0/+5