Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1156ee88dd3992bbacd5e4c659530f9d18c07378
1156ee8
net: emaclite: Enable emaclite for Xilinx Arm Zynq platform
by Michal Simek
· 12 years ago
123c140
net: emaclite: Do not use microblaze and ppc IO functions
by Michal Simek
· 12 years ago
3fb99fa
net: emaclite: Let's make xemaclite_adjust_link static
by Michal Simek
· 12 years ago
e0a3bc6
net: emaclite: Support multiple phys connected to one MDIO bus
by Michal Simek
· 12 years ago
ccfecdf
net: emaclite: Report failures in mdio setup
by Michal Simek
· 12 years ago
cafe890
Merge branch 'netxen_nic'
by David S. Miller
· 12 years ago
9064815
netxen_nic: Update version to 4.0.81
by Manish Chopra
· 12 years ago
b37eb21
netxen_nic: Avoid mixed mode interrupts
by Manish Chopra
· 12 years ago
a120e86
netxen_nic: netxen_setup_intr() function code cleanup
by Manish Chopra
· 12 years ago
b08a92b
netxen_nic: Log proper error message in case of mismatched adapter type
by Manish Chopra
· 12 years ago
dc7551c
netxen_nic: Log driver version with firmware version
by Manish Chopra
· 12 years ago
a230e03
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 12 years ago
cbb963d
net/usb/kalmia: use %*phC to dump small buffers
by Andy Shevchenko
· 12 years ago
d6641cc
bonding: trivial: update the comments to reflect the reality
by Veaceslav Falico
· 12 years ago
43547ea
bonding: trivial: remove unused parameter from alb_swap_mac_addr()
by Veaceslav Falico
· 12 years ago
7332a13
vxlan: defer vxlan init as late as possible
by Cong Wang
· 12 years ago
31fec5a
vxlan: use unsigned int instead of unsigned
by Cong Wang
· 12 years ago
784e461
vxlan: remove the unused rcu head from struct vxlan_rdst
by Cong Wang
· 12 years ago
7cc4619
net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail
by Simon Horman
· 12 years ago
158874c
sctp: Correct access to skb->{network, transport}_header
by Simon Horman
· 12 years ago
f7c0c2a
ipv4: Correct comparisons and calculations using skb->tail and skb-transport_header
by Simon Horman
· 12 years ago
29a3cad
ipv6: Correct comparisons and calculations using skb->tail and skb-transport_header
by Simon Horman
· 12 years ago
ced14f6
net: Correct comparisons and calculations using skb->tail and skb-transport_header
by Simon Horman
· 12 years ago
be8b678
cxgb3: Correct comparisons and calculations using skb->tail and skb-transport_header
by Simon Horman
· 12 years ago
25b6e14
isdn: Correct comparison of skb->tail and skb-transport_header
by Simon Horman
· 12 years ago
75538c2
net: always pass struct netdev_notifier_info to netdevice notifiers
by Cong Wang
· 12 years ago
6715fd3
batman-adv: Start new development cycle
by Simon Wunderlich
· 12 years ago
e91ecfc
batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c
by Martin Hundebøll
· 12 years ago
5f80df6
batman-adv: print the VID properly
by Antonio Quartulli
· 12 years ago
eb2deb6
batman-adv: change VID semantic in the BLA code
by Antonio Quartulli
· 12 years ago
aa27c312
batman-adv: do not print orig nodes without nc neighbors on nc table print
by Marek Lindner
· 12 years ago
e54c77f
batman-adv: Remove unnecessary INIT_HLIST_NODE() calls
by Linus Lüssing
· 12 years ago
d4ff40f
batman-adv: pass a 16bit long flag argument to tt_global_add()
by Antonio Quartulli
· 12 years ago
41ab6c4
batman-adv: don't deal with NET_IP_ALIGN manually
by Antonio Quartulli
· 12 years ago
3abe4ad
batman-adv: refactor batadv_tt_local_event()
by Antonio Quartulli
· 12 years ago
d989661
batman-adv: move batadv_slide_own_bcast_window to bat_iv_ogm.c
by Antonio Quartulli
· 12 years ago
24a5dee
batman-adv: move ring_buffer helper functions in bat_iv_ogm
by Antonio Quartulli
· 12 years ago
7ed4be9
batman-adv: use eth_hdr() when it makes sense
by Antonio Quartulli
· 12 years ago
7db3fc2
batman-adv: don't initialise batman_iv private members in hard-interface.c
by Antonio Quartulli
· 12 years ago
38dc40e
batman-adv: do not silently ignore wrong condition
by Antonio Quartulli
· 12 years ago
a3b81b6
batman-adv: don't check compat version twice
by Antonio Quartulli
· 12 years ago
281581d
batman-adv: don't check the source address twice
by Antonio Quartulli
· 12 years ago
d1dc307
batman-adv: slightly improve neighbor creation debug message
by Antonio Quartulli
· 12 years ago
863dd7a
batman-adv: drop useless argument seqno in neighbor creation
by Antonio Quartulli
· 12 years ago
9317801
batman-adv: fix typos in kernel doc & comments
by Marek Lindner
· 12 years ago
caf65bf
batman-adv: send each broadcast only once on non-wireless interfaces
by Matthias Schiffer
· 12 years ago
de68d10
batman-adv: split batadv_is_wifi_iface() into two functions
by Matthias Schiffer
· 12 years ago
06ecf24
net: Fix build warnings after mac_header and transport_header became __u16.
by David S. Miller
· 12 years ago
6c8b4e3
arp: flush arp cache on IFF_NOARP change
by Timo Teräs
· 12 years ago
be9efd3
net: pass changed flags along with NETDEV_CHANGE event
by Jiri Pirko
· 12 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 12 years ago
b1098bb
bonding: remove ifenslave.c from kernel source
by Cong Wang
· 12 years ago
3dd17ed
doc:networking: Fix typo in documentation/networking
by Masanari Iida
· 12 years ago
53edee2
bonding: allow xmit hash policy change while bond dev is up
by Nikolay Aleksandrov
· 12 years ago
1a9561a
net/phy: Use module_spi_driver in spi_ks8995.c
by Sachin Kamat
· 12 years ago
da6e378
netpoll: remove return value from netpoll_rx_disable()
by dingtianhong
· 12 years ago
87227b8
net: micrel : ks8851-ml: add dt support
by Jean-Christophe PLAGNIOL-VILLARD
· 12 years ago
5104784
Merge branch 'mpls_gso'
by David S. Miller
· 12 years ago
0d89d20
MPLS: Add limited GSO support
by Simon Horman
· 12 years ago
1a37e41
net: Use 16bits for *_headers fields of struct skbuff
by Simon Horman
· 12 years ago
50ab731
phy: bcm63xx: report Broadcom BCM63xx PHYs as internal
by Florian Fainelli
· 12 years ago
4284b6a
phy: allow drivers to flag a PHY device as internal
by Florian Fainelli
· 12 years ago
7ec8721
net: ethtool: disambiguate XCVR_* meaning
by Florian Fainelli
· 12 years ago
1010dcc
net: wan: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
785ec30
net: wireless: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
bf3a33c
net: irda: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
3acfeac
Merge branch 'fec_regulator_suspend_resume'
by David S. Miller
· 12 years ago
238f7bc
fec: Handle the regulator in suspend/resume
by Fabio Estevam
· 12 years ago
c55284e
fec: Remove irqs first
by Fabio Estevam
· 12 years ago
f6a4d60
fec: Disable the PHY regulator on error and removal
by Fabio Estevam
· 12 years ago
7a2bbd8
fec: Invert the order of error path sequence
by Fabio Estevam
· 12 years ago
f4e9f3d
fec: Place the phy regulator in the private structure
by Fabio Estevam
· 12 years ago
3904dcc
be2net: Trim padded packets for Lancer
by Somnath Kotur
· 12 years ago
4826566
be2net: Pad skb to meet min Tx pkt size in lancer
by Somnath Kotur
· 12 years ago
eeb65ce
be2net: cleanup be_get_drvinfo()
by Somnath Kotur
· 12 years ago
3fb43eb
bnx2x: Change to D3hot only on removal
by Yuval Mintz
· 12 years ago
b030ed2
bnx2x: Implement PCI shutdown
by Yuval Mintz
· 12 years ago
8680019
bnx2x: Count number of possible FCoE interfaces
by Dmitry Kravkov
· 12 years ago
70ca5d7
bnx2x: Ack unknown VF messages
by Ariel Elior
· 12 years ago
ca1ee4b
bnx2x: Add and correct PCI link speed prints
by Dmitry Kravkov
· 12 years ago
e09b74d
bnx2x: Zero VFs starting MACs
by Ariel Elior
· 12 years ago
c48b22d
tcp: Remove 2 indentation levels in tcp_rcv_state_process
by Joe Perches
· 12 years ago
61eb9003
tcp: Remove another indentation level in tcp_rcv_state_process
by Joe Perches
· 12 years ago
1f6afc8
tcp: remove one indentation level in tcp_rcv_state_process()
by Eric Dumazet
· 12 years ago
42e52bf
net: add netnotifier event for upper device change
by Jiri Pirko
· 12 years ago
8513fbd
net: ethernet: use platform_{get,set}_drvdata()
by Jingoo Han
· 12 years ago
6d0bfe2
net: ipv6: Add IPv6 support to the ping socket.
by Lorenzo Colitti
· 12 years ago
6e2842f
Merge branch 'qlcnic'
by David S. Miller
· 12 years ago
6a531b7
qlcnic: Update version to 5.2.43
by Shahed Shaikh
· 12 years ago
ee9e8b6
qlcnic: Enhance virtual NIC logging
by Manish Chopra
· 12 years ago
2343f06
qlcnic: qlcnic_get_board_name() function cleanup
by Manish Chopra
· 12 years ago
487042a
qlcnic: Implement GET_LED_STATUS command for 82xx adapter.
by Himanshu Madhani
· 12 years ago
099907f
qlcnic: modify reset recovery path in diag mode
by Sony Chacko
· 12 years ago
4690a7e
qlcnic: diagnostics routine changes
by Sony Chacko
· 12 years ago
b17f2cc
qlcnic: Convert nested if-else to switch-case
by Jitendra Kalsaria
· 12 years ago
1267ff9
qlcnic: Initialize trans_work and idc_aen_work at VF probe.
by Sucheta Chakraborty
· 12 years ago
7e8fd00
qlcnic: Remove qlcnic_config_npars module parameter
by Shahed Shaikh
· 12 years ago
aa2a803
qlcnic: Update IRQ name for 8200 and 8300 Series adapter.
by Himanshu Madhani
· 12 years ago
45ef92e
qlcnic: Disable INT-x interrupt for 83xx on driver unload
by Himanshu Madhani
· 12 years ago
Next »