Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5413d1babe8f10de13d72496c12b862eef8ba613
5413d1b
net: do not block BH while processing socket backlog
by Eric Dumazet
· 9 years ago
860fbbc
sctp: prepare for socket backlog behavior change
by Eric Dumazet
· 9 years ago
e61da9e
udp: prepare for non BH masking at backlog processing
by Eric Dumazet
· 9 years ago
7309f88
dccp: do not assume DCCP code is non preemptible
by Eric Dumazet
· 9 years ago
fb3477c
tcp: do not block bh during prequeue processing
by Eric Dumazet
· 9 years ago
c10d931
tcp: do not assume TCP code is non preemptible
by Eric Dumazet
· 9 years ago
5e59c83
Merge branch 'xgene-channel-number'
by David S. Miller
· 9 years ago
6619ac5
dtb: xgene: Add channel property
by Iyappan Subramanian
· 9 years ago
4cac949
Documentation: dtb: xgene: Add channel property
by Iyappan Subramanian
· 9 years ago
2a37daa
drivers: net: xgene: Get channel number from device binding
by Iyappan Subramanian
· 9 years ago
582a1db
Merge branch 'qed-selftests'
by David S. Miller
· 9 years ago
16f46bf
qede: add implementation for internal loopback test.
by Sudarsana Reddy Kalluru
· 9 years ago
3044a02
qede: add support for selftests.
by Sudarsana Reddy Kalluru
· 9 years ago
03dc76c
qed: add infrastructure for device self tests.
by Sudarsana Reddy Kalluru
· 9 years ago
158bc06
net: dsa: mv88e6xxx: replace ds with ps where possible
by Andrew Lunn
· 9 years ago
8cd14cc
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 9 years ago
0970f5b
sctp: signal sk_data_ready earlier on data chunks reception
by Marcelo Ricardo Leitner
· 9 years ago
70e927b
mdio_bus: Fix MDIO bus scanning in __mdiobus_register()
by Marek Vasut
· 9 years ago
1c7b4a2
i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUM
by Alexander Duyck
· 9 years ago
ae63bff
i40evf: make use of BIT() macro to avoid signed left shift
by Jacob Keller
· 9 years ago
2101bac
i40e: make use of BIT() macro to prevent left shift of signed values
by Jacob Keller
· 9 years ago
dcb5745
i40e/i40evf: fix I40E_MASK signed shift overflow warnings
by Jacob Keller
· 9 years ago
5a6fc25
i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10
by Harshitha Ramamurthy
· 9 years ago
a3aa503
i40e: Update device ids for X722
by Catherine Sullivan
· 9 years ago
de38fef
i40e: Drop extra copy of function
by Jesse Brandeburg
· 9 years ago
a1b5a24
i40e: Use consistent type for vf_id
by Jesse Brandeburg
· 9 years ago
cdc3d93
i40e: PTP - avoid aggregate return warnings
by Jesse Brandeburg
· 9 years ago
3ed439c
i40e: Fix uninitialized variable
by Catherine Sullivan
· 9 years ago
b29699b
i40evf: RSS Hash Option parameters
by Carolyn Wyborny
· 9 years ago
2b79c58
i40e: Remove HMC AQ API implementation
by Neerav Parikh
· 9 years ago
a856b5c
i40e: Prevent falling to promiscuous if the VF is not trusted
by Anjali Singhai Jain
· 9 years ago
5f527ba
i40e: Limit the number of MAC and VLAN addresses that can be added for VFs
by Anjali Singhai Jain
· 9 years ago
def22c4
tipc: set 'active' state correctly for first established link
by Jon Paul Maloy
· 9 years ago
a77f4f7
of: of_mdio: Check if MDIO bus controller is available
by Florian Fainelli
· 9 years ago
692fb0a
i40e: Change the default for VFs to be not privileged
by Anjali Singhai Jain
· 9 years ago
3cfef19
Merge branch 'mlx5-aRFS'
by David S. Miller
· 9 years ago
45bf454a
net/mlx5e: Enabling aRFS mechanism
by Maor Gottlieb
· 9 years ago
18c908e
net/mlx5e: Add accelerated RFS support
by Maor Gottlieb
· 9 years ago
1cabe6b
net/mlx5e: Create aRFS flow tables
by Maor Gottlieb
· 9 years ago
5a7b27e
net/mlx5: Initializing CPU reverse mapping
by Maor Gottlieb
· 9 years ago
33cfaaa
net/mlx5e: Split the main flow steering table
by Maor Gottlieb
· 9 years ago
acff797
net/mlx5e: Refactor mlx5e flow steering structs
by Maor Gottlieb
· 9 years ago
13de6c1
net/mlx5: Support different attributes for priorities in namespace
by Maor Gottlieb
· 9 years ago
d63cd28
net/mlx5: Add user chosen levels when allocating flow tables
by Maor Gottlieb
· 9 years ago
a257b94
net/mlx5: Set number of allowed levels in priority
by Maor Gottlieb
· 9 years ago
d745098
net/mlx5: Introduce modify flow rule destination
by Maor Gottlieb
· 9 years ago
1da3669
net/mlx5e: Direct TIR per RQ
by Tariq Toukan
· 9 years ago
01a1409
net/mlx5e: Call vxlan_get_rx_port() with rtnl lock
by Matthew Finlay
· 9 years ago
4b2523c
Merge branch 'enc28j60-small-improvements'
by David S. Miller
· 9 years ago
2dd355a
net: ethernet: enc28j60: add device tree support
by Michael Heimpold
· 9 years ago
2957a28
net: ethernet: enc28j60: support half-duplex SPI controllers
by Michael Heimpold
· 9 years ago
f4b05d2
net: constify is_skb_forwardable's arguments
by Nikolay Aleksandrov
· 9 years ago
92aff96
Merge branch 'ppp-rtnetlink'
by David S. Miller
· 9 years ago
96d934c
ppp: add rtnetlink device creation support
by Guillaume Nault
· 9 years ago
7d9f0b4
ppp: define reusable device creation functions
by Guillaume Nault
· 9 years ago
ac1f74a
net: ethernet: stmmac: update MDIO support for GMAC4
by Alexandre TORGUE
· 9 years ago
65226ef
vxlan: fix initialization with custom link parameters
by Jiri Benc
· 9 years ago
638af17
Merge branch 'samples-bpf-user-experience'
by David S. Miller
· 9 years ago
bdefbbf
samples/bpf: like LLC also verify and allow redefining CLANG command
by Jesper Dangaard Brouer
· 9 years ago
b62a796
samples/bpf: allow make to be run from samples/bpf/ directory
by Jesper Dangaard Brouer
· 9 years ago
1c97566
samples/bpf: add a README file to get users started
by Jesper Dangaard Brouer
· 9 years ago
7b01dd5
samples/bpf: Makefile verify LLVM compiler avail and bpf target is supported
by Jesper Dangaard Brouer
· 9 years ago
6ccfba7
samples/bpf: add back functionality to redefine LLC command
by Jesper Dangaard Brouer
· 9 years ago
c23846c
Merge branch 'cxgb4-mbox-cmd-logging'
by David S. Miller
· 9 years ago
ae7b757
cxgb4vf: Add support to enable logging of firmware mailbox commands for VF
by Hariprasad Shenai
· 9 years ago
7f080c3
cxgb4: Add support to enable logging of firmware mailbox commands
by Hariprasad Shenai
· 9 years ago
482f13a
Merge branch 'hns-props'
by David S. Miller
· 9 years ago
ea99102
dts: hisi: update hns dst for changing property port-id to reg
by Yisen.Zhuang\(Zhuangyuzeng\)
· 9 years ago
a1ecde2
Documentation: Bindings: Update DT binding for hns dsaf node
by Yisen.Zhuang\(Zhuangyuzeng\)
· 9 years ago
0211b8f
net: hns: change port-id property to reg property in dsaf port node
by Yisen.Zhuang\(Zhuangyuzeng\)
· 9 years ago
1ffdfac
net: hns: remove cpld-ctrl-reg and add cell in the cpld-syscon property
by Yisen.Zhuang\(Zhuangyuzeng\)
· 9 years ago
494e848
ipvlan: Fix failure path in dev registration during link creation
by Mahesh Bandewar
· 9 years ago
222e4d0
pch_gbe: replace private tx ring lock with common netif_tx_lock
by françois romieu
· 9 years ago
badf3ad
net: dsa: Provide CPU port statistics to master netdev
by Florian Fainelli
· 9 years ago
0cef6a4
tcp: give prequeue mode some care
by Eric Dumazet
· 9 years ago
b43e719
fq: split out backlog update logic
by Michal Kazior
· 9 years ago
b435865
tipc: remove an unnecessary NULL check
by Dan Carpenter
· 9 years ago
6b87663
net/mlx5e: avoid stack overflow in mlx5e_open_channels
by Arnd Bergmann
· 9 years ago
3df97ba
tuntap: calculate rps hash only when needed
by Jason Wang
· 9 years ago
f345c9a
Merge branch 'tcp-eor'
by David S. Miller
· 9 years ago
a166140
tcp: Handle eor bit when fragmenting a skb
by Martin KaFai Lau
· 9 years ago
a643b5d
tcp: Handle eor bit when coalescing skb
by Martin KaFai Lau
· 9 years ago
c134ecb
tcp: Make use of MSG_EOR in tcp_sendmsg
by Martin KaFai Lau
· 9 years ago
2a9e843
Merge branch 'tcp-redundant-checks'
by David S. Miller
· 9 years ago
0a2cf20
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
by Soheil Hassas Yeganeh
· 9 years ago
863c1fd
tcp: remove an unnecessary check in tcp_tx_timestamp
by Soheil Hassas Yeganeh
· 9 years ago
ba7863f
net: snmp: fix 64bit stats on 32bit arches
by Eric Dumazet
· 9 years ago
8be2748
Merge branch 'socket-space-optimizations'
by David S. Miller
· 9 years ago
4be7352
net: SOCKWQ_ASYNC_WAITDATA optimizations
by Eric Dumazet
· 9 years ago
9317bb6
net: SOCKWQ_ASYNC_NOSPACE optimizations
by Eric Dumazet
· 9 years ago
210732d
Merge branch 'snmp-stats-update'
by David S. Miller
· 9 years ago
13415e4
net: snmp: kill STATS_BH macros
by Eric Dumazet
· 9 years ago
f3832ed
ipv6: kill ICMP6MSGIN_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
c2005eb
ipv6: rename IP6_UPD_PO_STATS_BH()
by Eric Dumazet
· 9 years ago
1d01550
ipv6: rename IP6_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
b15084e
net: rename IP_UPD_PO_STATS_BH()
by Eric Dumazet
· 9 years ago
98f6199
net: rename IP_ADD_STATS_BH()
by Eric Dumazet
· 9 years ago
a16292a
net: rename ICMP6_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
b45386e
net: rename IP_INC_STATS_BH()
by Eric Dumazet
· 9 years ago
Next »