Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
16bea70aa7302b6f3bf3502d5a0efb4ea2ce4712
16bea70
tcp: add init_req method to tcp_request_sock_ops
by Octavian Purdila
· 10 years ago
476eab8
net: remove inet6_reqsk_alloc
by Octavian Purdila
· 10 years ago
aa27fc5
tcp: tcp_v[46]_conn_request: fix snt_synack initialization
by Octavian Purdila
· 10 years ago
57b4755
tcp: cookie_v4_init_sequence: skb should be const
by Octavian Purdila
· 10 years ago
c1c27fb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 10 years ago
0ff9275
Merge branch 'tipc-next'
by David S. Miller
· 10 years ago
6012052
tipc: simplify connection congestion handling
by Jon Paul Maloy
· 10 years ago
ac0074e
tipc: clean up connection protocol reception function
by Jon Paul Maloy
· 10 years ago
ec8a2e5
tipc: same receive code path for connection protocol and data messages
by Jon Paul Maloy
· 10 years ago
b786e2b
tipc: let port protocol senders use new link send function
by Jon Paul Maloy
· 10 years ago
4ccfe5e
tipc: connection oriented transport uses new send functions
by Jon Paul Maloy
· 10 years ago
e2dafe8
tipc: RDM/DGRAM transport uses new fragmenting and sending functions
by Jon Paul Maloy
· 10 years ago
5a37907
tipc: introduce message evaluation function
by Jon Paul Maloy
· 10 years ago
8db1bae
tipc: separate building and sending of rejected messages
by Jon Paul Maloy
· 10 years ago
067608e
tipc: introduce direct iovec to buffer chain fragmentation function
by Jon Paul Maloy
· 10 years ago
16e166b
tipc: make link mtu easily accessible from socket
by Jon Paul Maloy
· 10 years ago
4f1688b
tipc: introduce send functions for chained buffers in link
by Jon Paul Maloy
· 10 years ago
e4de5fa
tipc: use negative error return values in functions
by Jon Paul Maloy
· 10 years ago
3d09fc4
tipc: eliminate case of writing to freed memory
by Jon Paul Maloy
· 10 years ago
f5b2650
Merge branch 'xgbe-next'
by David S. Miller
· 10 years ago
66f95c3
amd-xgbe: Resolve checkpatch warning about sscanf usage
by Lendacky, Thomas
· 10 years ago
b85e4d8
amd-xgbe: Change destination address filtering support
by Lendacky, Thomas
· 10 years ago
801c62d
amd-xgbe: Add support for VLAN filtering
by Lendacky, Thomas
· 10 years ago
c52e9c6
amd-xgbe: VLAN Rx tag stripping fix
by Lendacky, Thomas
· 10 years ago
6e5eed0
amd-xgbe: VLAN Tx tag insertion fix
by Lendacky, Thomas
· 10 years ago
d0a8ba6
amd-xgbe: Make defines in xgbe.h unique
by Lendacky, Thomas
· 10 years ago
99753ea
i40e: fix fdir programming
by Jesse Brandeburg
· 10 years ago
e17ff05
i40e: Add debugfs hooks to print current total FD filter count
by Anjali Singhai Jain
· 10 years ago
1295738
i40e: Fix the FD sideband logic to detect a FD table full condition
by Anjali Singhai Jain
· 10 years ago
12be846
i40e: Avoid adding the TCP-IPv4 filter twice
by Anjali Singhai Jain
· 10 years ago
fbd5e2d
i40e: only create PTP device node once
by Jacob Keller
· 10 years ago
d19af2a
i40e: don't store user requested mode until we've validated it
by Jacob Keller
· 10 years ago
1894645
i40e: break PTP hardware control from ioctl command for timestamp mode
by Jacob Keller
· 10 years ago
69d1a70
i40e: rename i40e_ptp_enable to i40e_ptp_feature_enable
by Jacob Keller
· 10 years ago
56f9920
i40evf: resend FW request if no response
by Mitch Williams
· 10 years ago
3f2ab17
i40evf: fix typo
by Mitch Williams
· 10 years ago
6a8e93d
i40evf: return more useful error information
by Mitch Williams
· 10 years ago
e5d17c3
i40evf: don't stop watchdog if it hasn't started
by Mitch Williams
· 10 years ago
3ba3fae
i40e/i40evf: Big endian fixes for handling HMC
by Paul M Stillwell Jr
· 10 years ago
7a208e8
i40e: do not take NVM ownership for SR read
by Kamil Krawczyk
· 10 years ago
9b8d90b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d7933ab
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 10 years ago
2a80ff8
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 10 years ago
f40ede3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
de84372
net: fix setting csum_start in skb_segment()
by Tom Herbert
· 10 years ago
ec71fea
Merge tag 'nfs-for-3.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 10 years ago
644a918
enic: Make dummy rfs functions inline to fix !CONFIG_RFS_ACCEL build
by Geert Uytterhoeven
· 10 years ago
a6eacef
tipc: bump max configurable window size
by Erik Hugne
· 10 years ago
0b2fda8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next
by David S. Miller
· 10 years ago
a69f5ed
mac_pton: Use bool not int return
by Joe Perches
· 10 years ago
f886497
ipv4: fix dst race in sk_dst_get()
by Eric Dumazet
· 10 years ago
99e72a0
net: filter: Use kcalloc/kmalloc_array to allocate arrays
by Tobias Klauser
· 10 years ago
677a9fd
trivial: net: filter: Change kerneldoc parameter order
by Tobias Klauser
· 10 years ago
285276e
trivial: net: filter: Fix typo in comment
by Tobias Klauser
· 10 years ago
f6d8cb2
inet: reduce TLB pressure for listeners
by Eric Dumazet
· 10 years ago
bb446c1
veth: add netpoll support
by WANG Cong
· 10 years ago
b911132
net: allwinner: emac: Add missing free_irq
by Maxime Ripard
· 10 years ago
13ec7a6
Merge branch 'broadcom_rebranding'
by David S. Miller
· 10 years ago
f1d1bae
MAINTAINERS: Update bnx2 maintainers
by Jitendra Kalsaria
· 10 years ago
d7afae0
cnic: Rebranding cnic driver.
by Jitendra Kalsaria
· 10 years ago
28c4ec0
bnx2: Rebranding bnx2 driver.
by Jitendra Kalsaria
· 10 years ago
1f74714
net/dsa/dsa.c: remove unnecessary null test before kfree
by Fabian Frederick
· 10 years ago
cb8eb77
Merge branch 'crc32'
by David S. Miller
· 10 years ago
d8f1c47
lib: crc32: Add some additional __pure annotations
by George Spelvin
· 10 years ago
4fa8e03
lib: crc32: Mark test data __initconst
by George Spelvin
· 10 years ago
6d514b4
lib: crc32: Greatly shrink CRC combining code
by George Spelvin
· 10 years ago
40c9f8a
cxgb4: use dev_port to identify ports
by Thadeu Lima de Souza Cascardo
· 10 years ago
f7b50c4
xen-netback: bookkeep number of active queues in our own module
by Wei Liu
· 10 years ago
66c965f
tg3: Change nvram command timeout value to 50ms
by Prashant Sreedharan
· 10 years ago
d26e0da
hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groups
by Julien D'Ascenzio
· 10 years ago
456febd
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 10 years ago
6c9d161
Merge tag 'at91-fixes' of git://github.com/at91linux/linux-at91 into fixes
by Arnd Bergmann
· 10 years ago
6d12e79
Merge tag 'mvebu-fixes-3.16' of git://git.infradead.org/linux-mvebu into fixes
by Arnd Bergmann
· 10 years ago
15e52d9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 10 years ago
971dc9c
ARM: at91/dt: sam9261: remove slow RC osc
by Alexandre Belloni
· 10 years ago
78ca2ec
ARM: at91/dt: define sam9261ek slow crystal frequency
by Alexandre Belloni
· 10 years ago
5de47284
ARM: at91/dt: sam9261: correctly define mainck
by Alexandre Belloni
· 10 years ago
8cbff69
ARM: at91/dt: sam9n12: correct PLLA ICPLL and OUT values
by Alexandre Belloni
· 10 years ago
b6616f1
ARM: at91/dt: sam9x5: correct PLLA ICPLL and OUT values
by Alexandre Belloni
· 10 years ago
adb5783
hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in Kconfig
by Josef Gajdusek
· 10 years ago
8b6f5e0
hwmon: (ntc_thermistor) Use the manufacturer name properly
by Naveen Krishna Chatradhi
· 10 years ago
eab2014
devicetree: bindings: Document murata vendor prefix
by Naveen Krishna Chatradhi
· 10 years ago
a8d4d82
hwmon: (w83l786ng) Report correct minimum fan speed
by Axel Lin
· 10 years ago
d91d66e
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 10 years ago
07f4695
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 10 years ago
b8e46d2
Merge tag 'trace-fixes-v3.16-rc1-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
8dcd598
misc: atmel_pwm: fix Kconfig symbols
by Nicolas Ferre
· 10 years ago
6663a4f
powerpc: Don't skip ePAPR spin-table CPUs
by Scott Wood
· 10 years ago
c2cbcf5
powerpc/module: Fix TOC symbol CRC
by Laurent Dufour
· 10 years ago
e2500be
powerpc/powernv: Remove OPAL v1 takeover
by Michael Ellerman
· 10 years ago
25941f9
i40e/i40evf: Bump i40e to 0.4.17 and i40evf to 0.9.36
by Catherine Sullivan
· 10 years ago
327fe04
i40e: Bypass timeout recovery level 0 so as to not cause MDD
by Anjali Singhai Jain
· 10 years ago
264ccc9
i40e: no pf reset at pci remove
by Shannon Nelson
· 10 years ago
6252c7e
i40e: reapply LAA after reset
by Shannon Nelson
· 10 years ago
6c8ad1b
i40e: allow user to set LAA again
by Shannon Nelson
· 10 years ago
cc41222
i40e: use WoL flag when setting LAA
by Shannon Nelson
· 10 years ago
1ac978a
i40e: Add ablitity to enable/disable link from set_link_restart_an
by Catherine Sullivan
· 10 years ago
c571ea0
i40e/i40evf: remove reserved type
by Jesse Brandeburg
· 10 years ago
5c2cebd
i40e: Fix ethtool coalesce settings
by Carolyn Wyborny
· 10 years ago
cde4cbc
i40e: fix a stray print message
by Shannon Nelson
· 10 years ago
Next »