summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-0/+3
| | |\
| | | * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-0/+3
| | * | tcp: Avoid preprocessor directives in tracepoint macro argsMat Martineau2017-12-261-60/+37
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2017-12-291-0/+4
| |\ \ \
| | * | | IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny2017-12-221-0/+4
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-232-2/+8
| |\ \ \ \
| | * | | | init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-0/+5
| | * | | | arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+3
| | * | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-172-4/+4
| | * | | | locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-12-171-0/+1
| | * | | | Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-171-2/+6
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'upstream-x86-selftests' into WIP.x86/pti.baseIngo Molnar2017-12-173-28/+6
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-172-1/+27
| | |\ \ \ \ \ \
| * | \ \ \ \ \ \ Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-12-221-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-201-0/+5
| * | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-12-221-0/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2017-12-111-0/+1
| * | | | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-12-221-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | clk: fix a panic error caused by accessing NULL pointerCai Li2017-12-061-2/+2
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
* | | | | | | | | | Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2017-12-291-0/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman2017-12-281-0/+4
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-283-1/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: fix maximum stack depth tracking logicAlexei Starovoitov2017-12-271-0/+1
| * | | | | | | | | | | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-211-0/+9
| * | | | | | | | | | | bpf/cgroup: fix a verification error for a CGROUP_DEVICE type progYonghong Song2017-12-191-1/+2
* | | | | | | | | | | | net/trace: fix printk format in inet_sock_set_stateYafang Shao2017-12-271-2/+1
* | | | | | | | | | | | net: sch: api: fix tcf_block_getSudip Mukherjee2017-12-271-1/+2
* | | | | | | | | | | | l2tp: add peer_offset parameterLorenzo Bianconi2017-12-271-0/+1
* | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-272-8/+29
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xfrm: wrap xfrmdev_ops with offload configShannon Nelson2017-12-211-1/+1
| * | | | | | | | | | | | xfrm: check for xdo_dev_state_freeShannon Nelson2017-12-211-1/+2
| * | | | | | | | | | | | xfrm: Allow IPsec GSO with software crypto for local sockets.Steffen Klassert2017-12-201-0/+2