Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d9f394fe56eacde32c32fe3039214bdd677b792c
d9f394f
net: ti: slight optimization of addr compare
by dingtianhong
· 11 years ago
00fa4ce
net: sun: optimization of addr compare
by dingtianhong
· 11 years ago
9116d7b
net: seeq: slight optimization of addr compare
by dingtianhong
· 11 years ago
c4bde29
net: renesas: slight optimization of addr compare
by dingtianhong
· 11 years ago
6878f79
net: qlcnic: slight optimization of addr compare
by dingtianhong
· 11 years ago
202af85
net: netxen: slight optimization of addr compare
by dingtianhong
· 11 years ago
3a8e87e
net: packetengines: slight optimization of addr
by dingtianhong
· 11 years ago
f75d191
net: vxge: slight optimization of addr compare
by dingtianhong
· 11 years ago
7ced544
net: ksz884x: slight optimization of addr compare
by dingtianhong
· 11 years ago
c0623e5
net: mlx4: slight optimization of addr compare
by dingtianhong
· 11 years ago
4012dda
net: ixgbe: slight optimization of addr compare
by dingtianhong
· 11 years ago
887fa9d
net: igbvf: slight optimization of addr compare
by dingtianhong
· 11 years ago
61d23e9
net: benet: slight optimization of addr compare
by dingtianhong
· 11 years ago
9130ac6
net: enic: slight optimization of addr compare
by dingtianhong
· 11 years ago
4c1120b
net: cxgb3: slight optimization of addr compare
by dingtianhong
· 11 years ago
8fd90de
net: bnx2x: slight optimization of addr compare
by dingtianhong
· 11 years ago
c466a9b
net: 3com: slight optimization of addr compare
by dingtianhong
· 11 years ago
21eb218
net, sch: fix the typo in register_qdisc()
by Zhi Yong Wu
· 11 years ago
855abcf
net, rps: fix the comment of net_rps_action_and_irq_enable()
by Zhi Yong Wu
· 11 years ago
c9d8ca0
net, rps: fix build failure when CONFIG_RPS isn't set
by Zhi Yong Wu
· 11 years ago
0438816
sctp: move skb_dst_set() a bit downwards in sctp_packet_transmit()
by wangweidong
· 11 years ago
6a031f6
sch_netem: support of 64bit rates
by Yang Yingliang
· 11 years ago
8cfd88d
sch_netem: more precise length of packets
by Yang Yingliang
· 11 years ago
837052d
net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling
by Or Gerlitz
· 11 years ago
7ffdf72
net/mlx4_core: Add basic support for TCP/IP offloads under tunneling
by Or Gerlitz
· 11 years ago
604d13c
netlink: specify netlink packet direction for nlmon
by Daniel Borkmann
· 11 years ago
73bfd37
netlink: only do not deliver to tap when both sides are kernel sks
by Daniel Borkmann
· 11 years ago
89ba52b
Merge branch 'sctp_logspam'
by David S. Miller
· 11 years ago
94f6519
SCTP: Reduce log spamming for sctp setsockopt
by Neil Horman
· 11 years ago
0a9a8bf
printk: Add a DEPRECATED macro
by Neil Horman
· 11 years ago
c76f2a2
sch_dsmark: use correct func name in print messages
by Yang Yingliang
· 11 years ago
a071d27
sch_htb: use /* comments
by Yang Yingliang
· 11 years ago
c17988a
net_sched: replace pr_warning with pr_warn
by Yang Yingliang
· 11 years ago
d4dd8ae
packet: fix "foo * bar" and "(foo*)" problems
by Weilong Chen
· 11 years ago
46306b4
ipv6: unneccessary to get address prefix in addrconf_get_prefix_route
by Li RongQing
· 11 years ago
71a1d9e
Merge branch 'tun_rfs'
by David S. Miller
· 11 years ago
9bc8893
tun: Add support for RFS on tun flows
by Tom Herbert
· 11 years ago
fe47755
net: Allow setting sock flow hash without a sock
by Tom Herbert
· 11 years ago
84a6a0a
bonding: update Documentation/networking/bonding.txt for option lp_interval
by dingtianhong
· 11 years ago
834db4b
bonding: ust micro BOND_NO_USE_ARP to simplify the mode check
by dingtianhong
· 11 years ago
3a7129e
bonding: add option lp_interval for loading module
by dingtianhong
· 11 years ago
24245a1
lro: remove dead code
by stephen hemminger
· 11 years ago
da131dd
bonding: make local function static
by stephen hemminger
· 11 years ago
f7e56a7
tcp: make local functions static
by stephen hemminger
· 11 years ago
4ffa8fc
net/7990: Make lance_private.name const
by Geert Uytterhoeven
· 11 years ago
a8ab77a
net/7990: Fix whitespace errors
by Geert Uytterhoeven
· 11 years ago
ea074b3
ipv4: ping make local stuff static
by Stephen Hemminger
· 11 years ago
068a6e1
ipv4: remove unused function
by Stephen Hemminger
· 11 years ago
7195cf7
arp: make arp_invalidate static
by Stephen Hemminger
· 11 years ago
c9cb6b6
ipv4: make fib_detect_death static
by Stephen Hemminger
· 11 years ago
0db901b
macvlan: make start_xmit local
by stephen hemminger
· 11 years ago
69c5885
bgmac: use phy_mii_ioctl in ioctl handler
by Hauke Mehrtens
· 11 years ago
5322dbf
bgmac: drop duplicated PHY defines
by Rafał Miłecki
· 11 years ago
3193502
ieee802154: space prohibited before that close parenthesis
by Weilong Chen
· 11 years ago
3cdba60
llc: "foo* bar" should be "foo *bar"
by Weilong Chen
· 11 years ago
69317a5
tile_net: Always enable PTP clock support on TILE-Gx
by Ben Hutchings
· 11 years ago
fcf93a0
bnx2x: Fix build with SRIOV disabled.
by David S. Miller
· 11 years ago
2c15a15
vmxnet3: use initialized skb pointer to set hash
by Michal Schmidt
· 11 years ago
2e04ad4
sch_tbf: add TBF_BURST/TBF_PBURST attribute
by Yang Yingliang
· 11 years ago
4e2d52b
sctp: fix checkpatch errors with //commen
by wangweidong
· 11 years ago
8d72651
sctp: fix checkpatch errors with open brace '{' and trailing statements
by wangweidong
· 11 years ago
f7010e6
sctp: fix checkpatch errors with indent
by wangweidong
· 11 years ago
26ac8e5
sctp: fix checkpatch errors with (foo*)|foo * bar|foo* bar
by wangweidong
· 11 years ago
cb3f837
sctp: fix checkpatch errors with space required or prohibited
by wangweidong
· 11 years ago
4c99aa4
ipv6: cleanup for tcp_ipv6.c
by Weilong Chen
· 11 years ago
49564e5
ipv4: ipv4: Cleanup the comments in tcp_yeah.c
by Weilong Chen
· 11 years ago
5797deb
ipv4: ERROR: code indent should use tabs where possible
by Weilong Chen
· 11 years ago
47d18a9
ipv4: ERROR: do not initialise globals to 0 or NULL
by Weilong Chen
· 11 years ago
c71151f
ipv4: fix all space errors in file igmp.c
by Weilong Chen
· 11 years ago
d41db5a
ipv4: fix checkpatch error with foo * bar
by Weilong Chen
· 11 years ago
0c9a67d
ipv4: fix checkpatch error "space prohibited"
by Weilong Chen
· 11 years ago
a22318e
ipv4: do clean up with spaces
by Weilong Chen
· 11 years ago
f55b082
Merge branch 'bnx2x'
by David S. Miller
· 11 years ago
858f4de
bnx2x: add VF Multicast filters support
by Yuval Mintz
· 11 years ago
0c757de
bnx2x: Add num of VFs to Management statistics
by Yuval Mintz
· 11 years ago
31b3523
bnx2x: no error when RSS configuration fails
by Yuval Mintz
· 11 years ago
68bf5a1
bnx2x: add Big-Endian ethtool comment
by Yuval Mintz
· 11 years ago
33d8e6a
bnx2x: Add AER support (missing bits)
by Yuval Mintz
· 11 years ago
91ebb92
bnx2x: Add support for Multi-Function UNDI
by Yuval Mintz
· 11 years ago
539c89c
Merge branch 'addr_compare'
by David S. Miller
· 11 years ago
692e516
wireless: slight optimization of addr compare
by dingtianhong
· 11 years ago
4f29739
rtlwifi: slight optimization of addr compare
by dingtianhong
· 11 years ago
fcad766
mwifiex: slight optimization of addr compare
by dingtianhong
· 11 years ago
36325f3
ipw2x00: slight optimization of addr compare
by dingtianhong
· 11 years ago
35df538
cw1200: slight optimization of addr compare
by dingtianhong
· 11 years ago
d22fbd7
hostap: slight optimization of addr compare
by dingtianhong
· 11 years ago
5e231c2
media: dvb_core: slight optimization of addr compare
by dingtianhong
· 11 years ago
48f045b
isdn: slight optimization of addr compare
by dingtianhong
· 11 years ago
4c55a46
atm: slight optimization of addr compare
by dingtianhong
· 11 years ago
496d7e8
mac8011: slight optimization of addr compare
by dingtianhong
· 11 years ago
c5266d4
infiniband: slight optimization of addr compare
by dingtianhong
· 11 years ago
93dc5e4
ozwpan: slight optimization of addr compare
by dingtianhong
· 11 years ago
c15975a
zd1211rw: slight optimization of addr compare
by dingtianhong
· 11 years ago
323813e
batman-adv: use batadv_compare_eth for concise
by dingtianhong
· 11 years ago
7ed8ca5
ppp: slight optimization of addr compare
by dingtianhong
· 11 years ago
dc050c9
hamradio: slight optimization of addr compare
by dingtianhong
· 11 years ago
e6d9f8a
net: atl1: slight optimization of addr compare
by dingtianhong
· 11 years ago
ebff7b4
net: pcnet: slight optimization of addr compare
by dingtianhong
· 11 years ago
40803a2
net: freescale: remove unused compare_addr()
by dingtianhong
· 11 years ago
306d7f7
qlge: make local function static
by stephen hemminger
· 11 years ago
Next »