Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b37cccf031bdcaba2f461cdb5a2b93ebbd0af03c
b37cccf
defxx: Handle DMA mapping errors
by Maciej W. Rozycki
· 10 years ago
a630be7
defxx: Use netdev_alloc_skb consistently
by Maciej W. Rozycki
· 10 years ago
6329fe5
defxx: Discard DMA maps on buffer deallocation
by Maciej W. Rozycki
· 10 years ago
d68ab59
defxx: Correct the receive DMA map size
by Maciej W. Rozycki
· 10 years ago
90fb567
Merge branch 'sctp_command_queue'
by David S. Miller
· 10 years ago
d1a3fe2
net: sctp: Use pointers (not array indexes) to access sctp_cmd_seq_t.cmds[].
by David Laight
· 10 years ago
b9420e1
net: sctp: Optimise the way 'sctp_arg_t' values are initialised.
by David Laight
· 10 years ago
be1f4f4
net: sctp: Inline the functions from command.c
by David Laight
· 10 years ago
63ae889
appletalk: fix a coccinella warning in net/appletalk/ddp.c
by wangweidong
· 10 years ago
72948cd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
9f12fbe
net: filter: move load_pointer() into filter.h
by Zi Shen Lim
· 10 years ago
3d5baba
declance: Fix 64-bit compilation warnings
by Maciej W. Rozycki
· 10 years ago
92a129d
Merge branch 'hsr-next'
by David S. Miller
· 10 years ago
a718dcc
net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.
by Arvid Brodin
· 10 years ago
f266a68
net/hsr: Better frame dispatch
by Arvid Brodin
· 10 years ago
4c3477d
net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_setup.
by Arvid Brodin
· 10 years ago
1cc1eb5
net/hsr: Implemented .ndo_fix_features (better device features handling).
by Arvid Brodin
· 10 years ago
c5a7591
net/hsr: Use list_head (and rcu) instead of array for slave devices.
by Arvid Brodin
· 10 years ago
51f3c60
net/hsr: Move slave init to hsr_slave.c.
by Arvid Brodin
· 10 years ago
e9aae56
net/hsr: Operstate handling cleanup.
by Arvid Brodin
· 10 years ago
abff716
net/hsr: Move to per-hsr device prune timer.
by Arvid Brodin
· 10 years ago
81ba6af
net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()
by Arvid Brodin
· 10 years ago
70ebe4a
net/hsr: Better variable names and update of contact info.
by Arvid Brodin
· 10 years ago
b812540
r8152: increase the tx timeout
by hayeswang
· 10 years ago
4f6ad60
ipconfig: add static to local variable
by Fabian Frederick
· 10 years ago
52d14c6
Merge branch 'amd-xgbe-next'
by David S. Miller
· 10 years ago
cfa50c7
amd-xgbe: Base AXI DMA cache settings on device tree
by Lendacky, Thomas
· 10 years ago
9867e8f
amd-xgbe: Performance enhancements
by Lendacky, Thomas
· 10 years ago
ff42606
amd-xgbe: Call netif_napi_del on ndo_stop operation
by Lendacky, Thomas
· 10 years ago
91f8734
amd-xgbe: Clear the proper MTL interrupt register
by Lendacky, Thomas
· 10 years ago
f3f128d
amd-xgbe: Fix debugfs compatibility change with kstrtouint
by Lendacky, Thomas
· 10 years ago
db55b62
net: arcnet: Remove "#define bool int"
by Rasmus Villemoes
· 10 years ago
a16a336
enic: fix return values in enic_set_coalesce
by Govindarajulu Varadarajan
· 10 years ago
e721f87
bonding: remove no longer relevant vlan warnings
by Jiri Pirko
· 10 years ago
7cb9e6b
Merge branch 'at86rf230-next'
by David S. Miller
· 10 years ago
01ebd60
at86rf230: add new author
by Alexander Aring
· 10 years ago
7a4ef91
at86rf230: add sleep cycle timing
by Alexander Aring
· 10 years ago
984e0c6
at86rf230: add timing for channel switch
by Alexander Aring
· 10 years ago
09e536c
at86rf230: rework reset to trx_off state change
by Alexander Aring
· 10 years ago
2e0571c
at86rf230: rework state change and start/stop
by Alexander Aring
· 10 years ago
1db0558
at86rf230: rework irq_pol setting
by Alexander Aring
· 10 years ago
6bd2b13
at86rf230: move RX_SAFE_MODE setting to hw_init
by Alexander Aring
· 10 years ago
1d15d6b
at86rf230: rework transmit and receive handling
by Alexander Aring
· 10 years ago
a7d7eda
at86rf230: add support for at86rf23x desense
by Alexander Aring
· 10 years ago
a53d1f7
at86rf230: remove is212 and add driver data
by Alexander Aring
· 10 years ago
c8ee0f5
at86rf230: rework detect device handling
by Alexander Aring
· 10 years ago
f76014f77
at86rf230: add regmap support
by Alexander Aring
· 10 years ago
640985e
mac802154: at86rf230: add hw flags and merge ops
by Alexander Aring
· 10 years ago
1598c36
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 10 years ago
dbaaca81
Merge branch 'fec-next'
by David S. Miller
· 10 years ago
ffdce2c
net: fec: fix missing kmalloc() failure check in fec_enet_alloc_buffers()
by Russell King
· 10 years ago
8b7c9ef
net: fec: ensure fec_enet_free_buffers() properly cleans the rings
by Russell King
· 10 years ago
d6bf314
net: fec: clean up transmit descriptor setup
by Russell King
· 10 years ago
730ee36
net: fec: make rx skb handling more robust
by Russell King
· 10 years ago
5d165c5
net: fec: remove useless fep->opened
by Russell King
· 10 years ago
d76cfae
net: fec: stop the phy before shutting down the MAC
by Russell King
· 10 years ago
0b146ca
net: fec: ensure that a disconnected phy isn't configured
by Russell King
· 10 years ago
635cf17
net: fec: remove checking for NULL phy_dev in fec_enet_close()
by Russell King
· 10 years ago
b49cd50
net: fec: use netif_tx_disable() rather than netif_stop_queue()
by Russell King
· 10 years ago
7a16807
net: fec: fix interrupt handling races
by Russell King
· 10 years ago
9671a42
net: fec: fix ethtool set_pauseparam duplex bug
by Russell King
· 10 years ago
b44592f
net: fec: iMX6 FEC does not support half-duplex gigabit
by Russell King
· 10 years ago
6c035ea
Merge branch 'net-hash-tx'
by David S. Miller
· 10 years ago
a3b18dd
net: Only do flow_dissector hash computation once per packet
by Tom Herbert
· 10 years ago
cb1ce2e
ipv6: Implement automatic flow label generation on transmit
by Tom Herbert
· 10 years ago
19469a8
flow_dissector: Use IPv6 flow label in flow_dissector
by Tom Herbert
· 10 years ago
535fb8d
vxlan: Call udp_flow_src_port
by Tom Herbert
· 10 years ago
b8f1a55
udp: Add function to make source port for UDP tunnels
by Tom Herbert
· 10 years ago
0e00161
net: Call skb_get_hash in get_xps_queue and __skb_tx_hash
by Tom Herbert
· 10 years ago
b73c3d0
net: Save TX flow hash in sock and set in skbuf on xmit
by Tom Herbert
· 10 years ago
5ed20a6
flow_dissector: Abstract out hash computation
by Tom Herbert
· 10 years ago
081a20f
Merge branch 'systemport-next'
by David S. Miller
· 10 years ago
83e82f4
net: systemport: add Wake-on-LAN support
by Florian Fainelli
· 10 years ago
9d34c1c
net: systemport: rename rx_csum_en to rx_chk_en
by Florian Fainelli
· 10 years ago
40755a0
net: systemport: add suspend and resume support
by Florian Fainelli
· 10 years ago
b02e6d9
net: systemport: add bcm_sysport_netif_{enable,stop}
by Florian Fainelli
· 10 years ago
18e21b0
net: systemport: update umac_enable_set to take a bitmask
by Florian Fainelli
· 10 years ago
4710d80
6lowpan: mac802154: fix coding style issues
by Varka Bhadram
· 10 years ago
46c9521
netlink: Fix do_one_broadcast() prototype.
by Rami Rosen
· 10 years ago
8e6e85e
Merge branch 'tipc-next'
by David S. Miller
· 10 years ago
3f53bd8
tipc: fix link acknowledge logic in receive path
by Erik Hugne
· 10 years ago
7ae934b
tipc: refactor message delivery out of tipc_rcv
by Erik Hugne
· 10 years ago
86c6a2c
tcp: switch snt_synack back to measuring transmit time of first SYNACK
by Neal Cardwell
· 10 years ago
0b88e70
Merge branch 'tlan-next'
by David S. Miller
· 10 years ago
9162e7e
tlan: Isolate external PHY when using internal PHY
by Ondrej Zary
· 10 years ago
e697b16
tlan: Enable device at resume
by Ondrej Zary
· 10 years ago
7a72edd
tlan: Don't disable internal PHY on cards that use it in 10 Mbps mode
by Ondrej Zary
· 10 years ago
9cff441
tlan: Add PHY reset timeout
by Ondrej Zary
· 10 years ago
278e48b
tlan: Make autonegotiation faster
by Ondrej Zary
· 10 years ago
8e62d67
tlan: Don't scream if no link
by Ondrej Zary
· 10 years ago
36bbe2f
tlan: Restart autonegotiation on link loss
by Ondrej Zary
· 10 years ago
59be4ad
tlan: Fix MAC address byte order on OC-2325/OC-2326
by Ondrej Zary
· 10 years ago
e36124d
tlan: Add ethtool support
by Ondrej Zary
· 10 years ago
c0a87c2
tlan: Enable link monitoring
by Ondrej Zary
· 10 years ago
eb522bb
tlan: Enable activity LED on Olicom OC-2325 and OC-2326
by Ondrej Zary
· 10 years ago
b98fe24
batman-adv: Use kasprintf
by Himangi Saraogi
· 10 years ago
0a7fdbd
Merge branch 'ptp-vlan'
by David S. Miller
· 10 years ago
a6111d3
vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device
by Stefan Sørensen
· 10 years ago
ae5c6c6
ptp: Classify ptp over ip over vlan packets
by Stefan Sørensen
· 10 years ago
b9c701e
net: Simplify ptp class checks
by Stefan Sørensen
· 10 years ago
Next »