Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d247b6ab3ce6dd43665780865ec5fa145d9ab6bd
d247b6a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
30f0084
cxgb4 : Disable recursive mailbox commands when enabling vi
by Anish Bhatt
· 10 years ago
1bb5a35
net: reduce USB network driver config options.
by Francois Romieu
· 10 years ago
4d8fdc9
tg3: Modify tg3_tso_bug() to handle multiple TX rings
by Prashant Sreedharan
· 10 years ago
0ca58d6
Merge branch 'amd-xgbe'
by David S. Miller
· 10 years ago
88131a8
amd-xgbe: Perform phy connect/disconnect at dev open/stop
by Lendacky, Thomas
· 10 years ago
f3d0e78
amd-xgbe: Use dma_set_mask_and_coherent to set DMA mask
by Lendacky, Thomas
· 10 years ago
2670cc69
net: sun4i-emac: fix memory leak on bad packet
by Marc Zyngier
· 10 years ago
757efd3
sctp: fix possible seqlock seadlock in sctp_packet_transmit()
by Eric Dumazet
· 10 years ago
ce7991e
Revert "net: phy: Set the driver when registering an MDIO bus device"
by Fabio Estevam
· 10 years ago
c2a1985
cxgb4vf: Turn off SGE RX/TX Callback Timers and interrupts in PCI shutdown routine
by Hariprasad Shenai
· 10 years ago
6ff4e36
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 10 years ago
ff204cc
team: Simplify return path of team_newlink
by Toshiaki Makita
· 10 years ago
fdb0a66
bridge: Update outdated comment on promiscuous mode
by Toshiaki Makita
· 10 years ago
618896e
Merge branch 'net-timestamp-next'
by David S. Miller
· 10 years ago
e1c8a60
net-timestamp: ACK timestamp for bytestreams
by Willem de Bruijn
· 10 years ago
4ed2d76
net-timestamp: TCP timestamping
by Willem de Bruijn
· 10 years ago
e7fd288
net-timestamp: SCHED timestamp on entering packet scheduler
by Willem de Bruijn
· 10 years ago
09c2d25
net-timestamp: add key to disambiguate concurrent datagrams
by Willem de Bruijn
· 10 years ago
b9f40e2
net-timestamp: move timestamp flags out of sk_flags
by Willem de Bruijn
· 10 years ago
f24b9be
net-timestamp: extend SCM_TIMESTAMPING ancillary data struct
by Willem de Bruijn
· 10 years ago
a2b81b3
cxgb4i : Move stray CPL definitions to cxgb4 driver
by Anish Bhatt
· 10 years ago
5ae344c
tcp: reduce spurious retransmits due to transient SACK reneging
by Neal Cardwell
· 10 years ago
ff91a55
Merge branch 'qlcnic'
by David S. Miller
· 10 years ago
cd1560e
qlcnic: Initialize dcbnl_ops before register_netdev
by Rajesh Borundia
· 10 years ago
bf63014
qlcnic: Set driver version before registering netdev
by Rajesh Borundia
· 10 years ago
a0eaf75
qlcnic: Fix update of ethtool stats.
by Rajesh Borundia
· 10 years ago
f2294eb
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 10 years ago
61675fe
Merge branch 'xen-netback-next'
by David S. Miller
· 10 years ago
f34a4cf
xen-netback: Turn off the carrier if the guest is not able to receive
by Zoltan Kiss
· 10 years ago
3d1af1d
xen-netback: Using a new state bit instead of carrier
by Zoltan Kiss
· 10 years ago
aef4f5b
Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
61ab9ef
net/usb/hso: Add support for Option GTM671WFS
by Ricardo Ribalda
· 10 years ago
45dfab6
net: smc911x: fix %d confusingly prefixed with 0x in format string
by Hans Wennborg
· 10 years ago
597aec3
drivers: atm: fix %d confusingly prefixed with 0x in format strings
by Hans Wennborg
· 10 years ago
71b75d0
batman-adv: Start new development cycle
by Simon Wunderlich
· 10 years ago
e03366e
batman-adv: increase default hop penalty
by Simon Wunderlich
· 11 years ago
23c4ec1
batman-adv: remove unnecessary logspam
by André Gaul
· 11 years ago
d912426
batman-adv: Fix out-of-order fragmentation support
by Sven Eckelmann
· 11 years ago
67a24ac
netlink: fix lockdep splats
by Eric Dumazet
· 10 years ago
64a124e
tcp: md5: remove unneeded check in tcp_v4_parse_md5_keys
by Dmitry Popov
· 10 years ago
06b47aa
Drivers: net-next: hyperv: Increase the size of the sendbuf region
by KY Srinivasan
· 10 years ago
9041263
net: remove spurious zd1201 rule.
by Francois Romieu
· 10 years ago
b32a8b6
net: phy: spi_ks8995: Introduce the use of devm_kzalloc
by Himangi Saraogi
· 10 years ago
5fa7669
cxgb4: only free allocated fls
by Hariprasad Shenai
· 10 years ago
4b7a916
bridge: remove a useless comment
by Michael S. Tsirkin
· 10 years ago
0185dda
batman-adv: prefer kmalloc_array to kmalloc when possible
by Antonio Quartulli
· 11 years ago
4f933f4
r8152: add missing Makefile rule
by JF Le Fillatre
· 10 years ago
e6b92c2
cxgb4i : remove spurious use of rcu
by Anish Bhatt
· 10 years ago
bae2e81
Merge branch 'concurrent_hash_tables'
by David S. Miller
· 10 years ago
cfe4a9d
nftables: Convert nft_hash to use generic rhashtable
by Thomas Graf
· 10 years ago
e341694
netlink: Convert netlink_lookup() to use RCU protected hash table
by Thomas Graf
· 10 years ago
7e1e776
lib: Resizable, Scalable, Concurrent Hash Table
by Thomas Graf
· 10 years ago
d39a9ff
Merge branch 'intel-next'
by David S. Miller
· 10 years ago
8bb1a54
i40evf: Fixed guest OS panic when removing vf driver
by Serey Kong
· 10 years ago
6ba36a2
i40evf: fix memory leak on unused interfaces
by Mitch Williams
· 10 years ago
d31944d
i40evf: don't leak queue vectors
by Mitch Williams
· 10 years ago
d3e2edb
i40evf: do not re-arm watchdog after remove
by Ashish Shah
· 10 years ago
fd35886
i40evf: future-proof vfr_stat state check
by Ashish Shah
· 10 years ago
89cb86c
i40e: remove support for vf unicast promiscuous mode
by Ashish Shah
· 10 years ago
84a9208
i40e: Minor comment changes
by Akeem G Abodunrin
· 10 years ago
b39c1e2
i40evf: fix scan warning on sprintf
by Jesse Brandeburg
· 10 years ago
738abba
i40e: disable local loopback on vmdq vsi
by Shannon Nelson
· 10 years ago
f19efbb
i40e: use correct vf_id offset for virtchnl message
by Ashish Shah
· 10 years ago
53db45c
i40e: expose debug_write_register request
by Shannon Nelson
· 10 years ago
38758f5
i40e: adds FCoE to build and updates its documentation
by Vasu Dev
· 10 years ago
38e0043
i40e: Adds FCoE related code to i40e core driver
by Vasu Dev
· 10 years ago
a1a6936
i40e: adds FCoE code to the i40e driver
by Vasu Dev
· 10 years ago
a4f090f
Merge branch 'amd-xgbe-next'
by David S. Miller
· 10 years ago
1fa1f2e
amd-xgbe-phy: Allow more time for Rx/Tx to become ready
by Lendacky, Thomas
· 10 years ago
8c43a2c
amd-xgbe: Remove unnecessary spinlocks
by Lendacky, Thomas
· 10 years ago
ae8694f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 10 years ago
ae29223e
net: dnet: Use managed interfaces
by Himangi Saraogi
· 10 years ago
5478998
net: ks8851-ml: Use devm_ioremap_resource
by Himangi Saraogi
· 10 years ago
6751ede
cirrus: cs89x0: Use managed interfaces
by Himangi Saraogi
· 10 years ago
0f76b9d
net: sh_eth: Add r8a7794 support
by Hisashi Nakamura
· 10 years ago
166bd89
ipv6: data of fwmark_reflect sysctl needs to be updated on netns construction
by Hannes Frederic Sowa
· 10 years ago
58e70b59
Merge branch 'be2net-next'
by David S. Miller
· 10 years ago
f061338
be2net: support deleting FW dump via ethtool (only for Lancer)
by Kalesh AP
· 10 years ago
3c31aaf
be2net: ignore VF mac address setting for the same mac
by Vasundhara Volam
· 10 years ago
d3d1831
be2net: ignore get/set profile FW cmd failures
by Sathya Perla
· 10 years ago
dbcdd4d
cdc_subset: deal with a device that needs reset for timeout
by Oliver Neukum
· 10 years ago
7e32aa4
Merge branch 'inet-frags-next'
by David S. Miller
· 10 years ago
d4ad4d2
inet: frags: use kmem_cache for inet_frag_queue
by Nikolay Aleksandrov
· 10 years ago
2e404f6
inet: frags: use INET_FRAG_EVICTED to prevent icmp messages
by Nikolay Aleksandrov
· 10 years ago
f926e23
inet: frags: fix function declaration alignments in inet_fragment
by Nikolay Aleksandrov
· 10 years ago
1ab1934
inet: frags: enum the flag definitions and add descriptions
by Nikolay Aleksandrov
· 10 years ago
06aa8b8
inet: frags: rename last_in to flags
by Nikolay Aleksandrov
· 10 years ago
d237386
inet: frags: use INC_STATS_BH in the ipv6 reassembly code
by Nikolay Aleksandrov
· 10 years ago
a5536e1
dm9000: NULL dereferences on error in probe()
by Dan Carpenter
· 10 years ago
188b121
ipv4: remove nested rcu_read_lock/unlock
by Duan Jiong
· 10 years ago
06ebb06
iovec: make sure the caller actually wants anything in memcpy_fromiovecend
by Sasha Levin
· 10 years ago
e339756
Merge branch 'filter-next'
by David S. Miller
· 10 years ago
7ae457c
net: filter: split 'struct sk_filter' into socket and bpf parts
by Alexei Starovoitov
· 10 years ago
8fb575c
net: filter: rename sk_convert_filter() -> bpf_convert_filter()
by Alexei Starovoitov
· 10 years ago
4df95ff
net: filter: rename sk_chk_filter() -> bpf_check_classic()
by Alexei Starovoitov
· 10 years ago
009937e
net: filter: rename sk_filter_proglen -> bpf_classic_proglen
by Alexei Starovoitov
· 10 years ago
278571b
net: filter: simplify socket charging
by Alexei Starovoitov
· 10 years ago
0dc1362
netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same key
by Thomas Graf
· 10 years ago
4330487
net: use inet6_iif instead of IP6CB()->iif
by Duan Jiong
· 10 years ago
Next »