index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
ife.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-03
qed: Fix build error without CONFIG_DEVLINK
YueHaibing
1
-0
/
+1
2019-06-03
tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)
Eric Dumazet
1
-2
/
+2
2019-06-03
ipv4: icmp: use this_cpu_read() in icmp_sk()
Eric Dumazet
1
-1
/
+1
2019-06-03
ipv6: use this_cpu_read() in rt6_get_pcpu_route()
Eric Dumazet
1
-3
/
+2
2019-06-03
arm64: dts: mt7622: Enlarge the SGMII register range
Sean Wang
1
-1
/
+2
2019-06-03
net: ethernet: mediatek: Add MT7629 ethernet support
Sean Wang
2
-2
/
+31
2019-06-03
net: ethernet: mediatek: Integrate hardware path from GMAC to PHY variants
Sean Wang
4
-69
/
+450
2019-06-03
net: ethernet: mediatek: Extend SGMII related functions
Sean Wang
4
-37
/
+184
2019-06-03
dt-bindings: net: mediatek: Add support for MediaTek MT7629 SoC
Sean Wang
1
-2
/
+12
2019-06-03
dt-bindings: clock: mediatek: Add an extra required property to sgmiisys
Sean Wang
1
-0
/
+2
2019-06-03
ipv6: icmp: use this_cpu_read() in icmpv6_sk()
Eric Dumazet
1
-2
/
+2
2019-06-03
flow_offload: include linux/kernel.h from flow_offload.h
Edward Cree
1
-0
/
+1
2019-06-03
flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag
Stanislav Fomichev
2
-12
/
+3
2019-06-03
net: ena: use dev_info_once instead of static variable
Sameeh Jubran
1
-3
/
+1
2019-06-03
net: ena: add good checksum counter
Sameeh Jubran
3
-2
/
+7
2019-06-03
net: ena: optimise calculations for CQ doorbell
Sameeh Jubran
1
-9
/
+11
2019-06-03
net: ena: add support for changing max_header_size in LLQ mode
Sameeh Jubran
1
-6
/
+4
2019-06-03
net: ena: allow automatic fallback to polling mode
Sameeh Jubran
2
-9
/
+39
2019-06-03
net: ena: documentation: update ena.txt
Sameeh Jubran
1
-1
/
+4
2019-06-03
net: ena: add newline at the end of pr_err prints
Sameeh Jubran
1
-8
/
+8
2019-06-03
net: ena: arrange ena_probe() function variables in reverse christmas tree
Sameeh Jubran
1
-6
/
+6
2019-06-03
net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ring
Sameeh Jubran
2
-31
/
+28
2019-06-03
net: ena: ethtool: add extra properties retrieval via get_priv_flags
Arthur Kiyanovski
6
-11
/
+184
2019-06-03
net: ena: add handling of llq max tx burst size
Sameeh Jubran
6
-17
/
+85
2019-06-03
net: dsa: mv88e6xxx: make mv88e6xxx_g1_stats_wait static
Rasmus Villemoes
2
-2
/
+1
2019-06-03
net: dsa: mv88e6xxx: fix comments and macro names in mv88e6390_g1_mgmt_rsvd2cpu
Rasmus Villemoes
2
-12
/
+12
2019-06-02
nexthop: Add entry to MAINTAINERS
David Ahern
1
-0
/
+9
2019-06-02
r8169: avoid tso csum function indirection
Heiner Kallweit
1
-25
/
+21
2019-06-02
r8169: remove struct jumbo_ops
Heiner Kallweit
1
-60
/
+36
2019-06-02
r8169: remove struct mdio_ops
Heiner Kallweit
1
-33
/
+26
2019-06-02
r8169: improve r8169_csum_workaround
Heiner Kallweit
1
-5
/
+2
2019-06-02
net: ethernet: improve eth_platform_get_mac_address
Heiner Kallweit
1
-10
/
+4
2019-06-02
net: ipv4: provide __rcu annotation for ifa_list
Florian Westphal
15
-81
/
+134
2019-06-02
drivers: use in_dev_for_each_ifa_rtnl/rcu
Florian Westphal
7
-19
/
+32
2019-06-02
net: use new in_dev_ifa iterators
Florian Westphal
5
-17
/
+29
2019-06-02
netfilter: use in_dev_for_each_ifa_rcu
Florian Westphal
3
-7
/
+16
2019-06-02
devinet: use in_dev_for_each_ifa_rcu in more places
Florian Westphal
1
-8
/
+19
2019-06-02
net: inetdevice: provide replacement iterators for in_ifaddr walk
Florian Westphal
2
-16
/
+25
2019-06-02
afs: do not send list of client addresses
Florian Westphal
4
-87
/
+1
2019-06-02
qed: remove redundant assignment to rc
Colin Ian King
1
-1
/
+1
2019-06-02
net: mscc: ocelot: Hardware ofload for tc flower filter
Horatiu Vultur
4
-7
/
+373
2019-06-02
net: mscc: ocelot: Add support for tcam
Horatiu Vultur
10
-3
/
+1508