Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d1e2e5cd4f8ed2ac7c43ce44feeb9ebc7d27cb4b
d1e2e5c
bonding: make TX_QUEUE_OVERRIDE() macro an inline function
by Veaceslav Falico
· 10 years ago
befb903
bonding: remove BOND_MODE_IS_LB macro
by Veaceslav Falico
· 10 years ago
31ff6aa
net: unix: Align send data_len up to PAGE_SIZE
by Kirill Tkhai
· 10 years ago
a188a54
macvlan: simplify the structure port
by dingtianhong
· 10 years ago
112a351
vti6: delete unneeded call to netdev_priv
by Julia Lawall
· 10 years ago
4929fd8
ip_tunnel: delete unneeded call to netdev_priv
by Julia Lawall
· 10 years ago
688c3b0
net/ariadne: delete unneeded call to netdev_priv
by Julia Lawall
· 10 years ago
7077f22
drivers/net/wan: delete unneeded call to netdev_priv
by Julia Lawall
· 10 years ago
dab531b
net: systemport: pad packets to a minimum of 68 bytes
by Florian Fainelli
· 10 years ago
d5e32cc
net: systemport: only update UMAC_CMD if something changed
by Florian Fainelli
· 10 years ago
5f47dfb
ti: Remove trailing semicolon from do {...} while (0) macro
by Joe Perches
· 10 years ago
1f499d6
Merge branch 'filter-next'
by David S. Miller
· 10 years ago
8f577ca
seccomp: JIT compile seccomp filter
by Alexei Starovoitov
· 10 years ago
6225827
net: filter: x86: internal BPF JIT
by Alexei Starovoitov
· 10 years ago
f3c2af7
net: filter: x86: split bpf_jit_compile()
by Alexei Starovoitov
· 10 years ago
9509b1c
Merge branch 'ieee802154-next'
by David S. Miller
· 10 years ago
6ef0023
mac802154: make mac802154_wpan_open static
by Phoebe Buckheister
· 10 years ago
1cc76e3
ieee802154: fix dgram socket sendmsg()
by Phoebe Buckheister
· 10 years ago
d4b2816
6lowpan: fix fragmentation
by Phoebe Buckheister
· 10 years ago
32edc40
ieee802154: change _cb handling slightly
by Phoebe Buckheister
· 10 years ago
8c84296
mac802154: account for all header parts during wpan header creationg
by Phoebe Buckheister
· 10 years ago
c3a6114
ieee802154: add definitions for link-layer security and header functions
by Phoebe Buckheister
· 10 years ago
9dbccc3
drivers: net: Register Micrel ksz884x network devices in PCI device tree.
by Markus Lottmann
· 10 years ago
fcd77db
net: Fix CONFIG_SYSCTL ifdef test.
by David S. Miller
· 10 years ago
fd0d5e7
Merge branch 'cpsw_cleanups'
by David S. Miller
· 10 years ago
e194312
drivers: net: davinci_cpdma: Convert kzalloc() to devm_kzalloc().
by George Cherian
· 11 years ago
a92f40a
net: davinci_mdio: Convert pr_err() to dev_err() call
by George Cherian
· 11 years ago
88c99ff
driver net: cpsw: Convert pr_*() to dev_*() calls
by George Cherian
· 11 years ago
eb02a27
driver/net/ethernet/ec_bhf.c: fix sparse warnings
by Darek Marcinkiewicz
· 10 years ago
c722831
net: Use a more standard macro for INET_ADDR_COOKIE
by Joe Perches
· 10 years ago
126e612
net: systemport: Use devm_ioremap_resource()
by Jingoo Han
· 10 years ago
005e35f
Merge branch 'mlx4-next'
by David S. Miller
· 10 years ago
7572038
net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()
by Eyal Perry
· 10 years ago
c3ca520
net/mlx4_en: Using positive error value for unsigned
by Eyal Perry
· 10 years ago
fe1ff29
net/mlx4_en: Protect MAC address modification with the state_lock mutex
by Shani Michaelli
· 10 years ago
483e013
net/mlx4_core: Removed unnecessary bit operation condition
by Eyal Perry
· 10 years ago
c05a116
net/mlx4_core: Fix smatch error - possible access to a null variable
by Eyal Perry
· 10 years ago
ee75532
net/mlx4_en: Fix errors in MAC address changing when port is down
by Shani Michaelli
· 10 years ago
f5b6345
net/mlx4_en: User prio mapping gets corrupted when changing number of channels
by Ido Shamay
· 10 years ago
2eacc23
net/mlx4_core: Enforce irq affinity changes immediatly
by Yuval Atias
· 10 years ago
3763e7e
macvlan: Propagate lowerdev MTU changes
by dingtianhong
· 10 years ago
8ba7e7b
dccp: make the request_retries minimum is 1
by wangweidong
· 10 years ago
c9f2dba
snmp: fix some left over of snmp stats
by WANG Cong
· 11 years ago
122ff24
ipv4: make ip_local_reserved_ports per netns
by WANG Cong
· 11 years ago
9cc5e36
irda: sh_irda: Enable driver compilation with COMPILE_TEST
by Laurent Pinchart
· 11 years ago
d6cc76d
Merge branch 'tipc-next'
by David S. Miller
· 10 years ago
9816f06
tipc: merge port message reception into socket reception function
by Jon Paul Maloy
· 10 years ago
c82910e
tipc: clean up neigbor discovery message reception
by Jon Paul Maloy
· 10 years ago
38504c2
tipc: improve and extend media address conversion functions
by Jon Paul Maloy
· 10 years ago
37e2216
tipc: rename and move message reassembly function
by Jon Paul Maloy
· 10 years ago
5074ab8
tipc: mark head of reassembly buffer as non-linear
by Jon Paul Maloy
· 10 years ago
ec37dcd
tipc: don't record link RESET or ACTIVATE messages as traffic
by Jon Paul Maloy
· 10 years ago
4f4482d
tipc: compensate for double accounting in socket rcv buffer
by Jon Paul Maloy
· 10 years ago
6163a19
tipc: decrease connection flow control window
by Jon Paul Maloy
· 10 years ago
3fdddd8
bonding: alloc the structure ad_info dynamically in per slave
by dingtianhong
· 11 years ago
86b5d25
sh_eth: replace devm_kzalloc() with devm_kmalloc_array()
by Sergei Shtylyov
· 11 years ago
1e1c77b
Merge branch 'tg3-next'
by David S. Miller
· 10 years ago
de750e4
tg3: Update copyright and version to 3.137
by Michael Chan
· 11 years ago
d3f6f3a
tg3: Prevent page allocation failure during TSO workaround
by Michael Chan
· 11 years ago
d71c0dc
tg3: Don't modify ip header fields when doing GSO
by Michael Chan
· 11 years ago
b6bd26c
Merge branch 'inet_fwmark_reflect'
by David S. Miller
· 10 years ago
84f39b0
net: support marking accepting TCP sockets
by Lorenzo Colitti
· 10 years ago
1b3c61d
net: Use fwmark reflection in PMTU discovery.
by Lorenzo Colitti
· 10 years ago
e110861
net: add a sysctl to reflect the fwmark on replies
by Lorenzo Colitti
· 10 years ago
87e067c
Merge branch 'arc_emac-next'
by David S. Miller
· 10 years ago
5a45e57
arc_emac: add netpoll support
by Beniamino Galvani
· 11 years ago
775dd68
arc_emac: implement promiscuous mode and multicast filtering
by Beniamino Galvani
· 11 years ago
ae8b42c
Merge branch 'tcp-fastopen-ipv6'
by David S. Miller
· 10 years ago
3a19ce0
tcp: IPv6 support for fastopen server
by Daniel Lee
· 11 years ago
0a672f7
tcp: improve fastopen icmp handling
by Yuchung Cheng
· 11 years ago
843f4a5
tcp: use tcp_v4_send_synack on first SYN-ACK
by Yuchung Cheng
· 11 years ago
89278c9
tcp: simplify fast open cookie processing
by Yuchung Cheng
· 11 years ago
5b7ed08
tcp: move fastopen functions to tcp_fastopen.c
by Yuchung Cheng
· 11 years ago
4b9734e
Merge branch 'cdc_mbim-next'
by David S. Miller
· 10 years ago
50a0ffa
net: cdc_ncm/cdc_mbim: rework probing of NCM/MBIM functions
by Bjørn Mork
· 11 years ago
a563bab
net: cdc_mbim: add driver documentation
by Bjørn Mork
· 11 years ago
6e1b309
net: cdc_mbim: reject IP packets on DSS VLANs
by Bjørn Mork
· 11 years ago
146a08d
net: cdc_mbim: optionally use VLAN ID 4094 for IP session 0
by Bjørn Mork
· 11 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
0f49ff0
net: ptp: mark filter as __initdata
by Mathias Krause
· 11 years ago
98920ba
net: fix test_bpf build to depend on NET
by Randy Dunlap
· 10 years ago
1268e25
net: filter: Fix redefinition warnings on x86-64.
by David S. Miller
· 10 years ago
6255558
bnx2x: fix build when BNX2X_SRIOV is not enabled
by Randy Dunlap
· 11 years ago
b62cb8d
Merge branch 'cpsw'
by David S. Miller
· 10 years ago
b80b930
drivers: net: cpsw-phy-sel: add am43xx platform support
by Mugunthan V N
· 11 years ago
d415fa1
drivers: net: cpsw-phy-sel: add dra7xx support for phy sel
by Mugunthan V N
· 11 years ago
84ef36b
drivers: net: cpsw-phy-sel: initialize priv->dev
by Mugunthan V N
· 11 years ago
b2ce49e7
sch_hhf: fix comparison of qlen and limit
by Yang Yingliang
· 11 years ago
f06c7f9
vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()
by dingtianhong
· 11 years ago
60ff746
net: rename local_df to ignore_df
by WANG Cong
· 11 years ago
5f013c9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
51ee42e
Merge branch 'cxgb4'
by David S. Miller
· 11 years ago
c3136f5
cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calculated checksum
by Hariprasad Shenai
· 11 years ago
cca2822
cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksum
by Hariprasad Shenai
· 11 years ago
3e00a50
cxgb4: Decode the firmware port and module type a bit more for ethtool
by Hariprasad Shenai
· 11 years ago
163cd4e
ipv6: remove parameter rt from fib6_prune_clones()
by Duan Jiong
· 11 years ago
e565e80
Add support for netvsc build without CONFIG_SYSFS flag
by Haiyang Zhang
· 11 years ago
1a466ae
ptp: fix kconfig dependency warnings
by Randy Dunlap
· 11 years ago
bb399fb
Merge branch 'filter-next'
by David S. Miller
· 11 years ago
9def624
net: filter: additional BPF tests
by Alexei Starovoitov
· 11 years ago
Next »