Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
06eb395fa9856b5a87cf7d80baee2a0ed3cdb9d7
06eb395
pkt_sched: fq: better control of DDOS traffic
by Eric Dumazet
· 10 years ago
f2683b7
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 10 years ago
9878196
tcp: do not pace pure ack packets
by Eric Dumazet
· 10 years ago
2a35620
Merge branch 'rhashtable-next'
by David S. Miller
· 10 years ago
9a77662
netfilter: Use rhashtable walk iterator
by Herbert Xu
· 10 years ago
56d28b1
netlink: Use rhashtable walk iterator
by Herbert Xu
· 10 years ago
f2dba9c
rhashtable: Introduce rhashtable_walk_*
by Herbert Xu
· 10 years ago
28134a5
rhashtable: Fix potential crash on destroy in rhashtable_shrink
by Herbert Xu
· 10 years ago
9b55669
NetCP: Deletion of unnecessary checks before two function calls
by Markus Elfring
· 10 years ago
f339664
IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put"
by Markus Elfring
· 10 years ago
9ba11ac
Merge branch 'mlx4-next'
by David S. Miller
· 10 years ago
cfb53f3
net/mlx4_en: Notify TX Vlan offload change
by Ido Shamay
· 10 years ago
e8e7f01
net/mlx4_en: Adjust RX frag strides to frag sizes
by Ido Shamay
· 10 years ago
b110d2c
net/mlx4_en: Print page allocator information
by Ido Shamay
· 10 years ago
1c755cc
net/mlx5_core: Move to use hex PCI device IDs
by Or Gerlitz
· 10 years ago
0fab541
net/mlx4_core: Fix misleading debug print on CQE stride support
by Or Gerlitz
· 10 years ago
6af0a52
net/mlx4: mlx4_config_dev_retrieval() - Initialize struct config_dev before using
by Maor Gottlieb
· 10 years ago
b332068
net/mlx4_core: Fix mpt_entry initialization in mlx4_mr_rereg_mem_write()
by Maor Gottlieb
· 10 years ago
ce388ff
Merge branch 'mlx4-next'
by David S. Miller
· 10 years ago
c621574
IB/mlx4: Load balance ports in port aggregation mode
by Moni Shoua
· 10 years ago
146d6e1
IB/mlx4: Create mirror flows in port aggregation mode
by Moni Shoua
· 10 years ago
a575009
IB/mlx4: Add port aggregation support
by Moni Shoua
· 10 years ago
2f48485
IB/mlx4: Reuse mlx4_mac_to_u64()
by Moni Shoua
· 10 years ago
5da0354
net/mlx4_en: Port aggregation configuration
by Moni Shoua
· 10 years ago
53f33ae
net/mlx4_core: Port aggregation upper layer interface
by Moni Shoua
· 10 years ago
59e14e3
net/mlx4_core: Port aggregation low level interface
by Moni Shoua
· 10 years ago
69e6113
net/bonding: Notify state change on slaves
by Moni Shoua
· 10 years ago
69a2338
net/bonding: Move slave state changes to a helper function
by Moni Shoua
· 10 years ago
61bd385
net/core: Add event for a change in slave state
by Moni Shoua
· 10 years ago
251c005
Merge branch 'tipc-next'
by David S. Miller
· 10 years ago
af9946f
tipc: separate link starting event from link timeout event
by Jon Paul Maloy
· 10 years ago
b45db71
tipc: eliminate race during node creation
by Jon Paul Maloy
· 10 years ago
7d24dcd
tipc: avoid stale link after aborted failover
by Jon Paul Maloy
· 10 years ago
2d72d49
tipc: add reference count to struct tipc_link
by Jon Paul Maloy
· 10 years ago
940288b
Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 10 years ago
541c571
csiostor:Use firmware version from cxgb4/t4fw_version.h
by Praveen Madhavan
· 10 years ago
b5057dd
tlan: msecs_to_jiffies convrsion
by Nicholas Mc Guire
· 10 years ago
51fd947
tlan: use msecs_to_jiffies for conversion
by Nicholas Mc Guire
· 10 years ago
45e826f
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 10 years ago
dcdc899
net: add skb functions to process remote checksum offload
by Tom Herbert
· 10 years ago
9a05dde
bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging
by Siva Mannem
· 10 years ago
4fc9b87
net: fs_enet: Implement NETIF_F_SG feature
by LEROY Christophe
· 10 years ago
2bd8248
xps: fix xps for stacked devices
by Eric Dumazet
· 10 years ago
57dd8a0
vhost: vhost_scsi_handle_vq() should just use copy_from_user()
by Al Viro
· 10 years ago
ba7438a
vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()
by Al Viro
· 10 years ago
98a527a
vhost: don't bother with copying iovec in handle_tx()
by Al Viro
· 10 years ago
aad9a1c
vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()
by Al Viro
· 10 years ago
8ae5e03
net: switch sockets to ->read_iter/->write_iter
by Al Viro
· 10 years ago
6d65233
net/socket.c: fold do_sock_{read,write} into callers
by Al Viro
· 10 years ago
1d10eb2
crypto: switch af_alg_make_sg() to iov_iter
by Al Viro
· 10 years ago
31a25fa
net: bury net/core/iovec.c - nothing in there is used anymore
by Al Viro
· 10 years ago
f25dcc7
tipc: tipc ->sendmsg() conversion
by Al Viro
· 10 years ago
21226ab
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
by Al Viro
· 10 years ago
57be5bd
ip: convert tcp_sendmsg() to iov_iter primitives
by Al Viro
· 10 years ago
cacdc7d
ip: stash a pointer to msghdr in struct ping_fakehdr
by Al Viro
· 10 years ago
2e90b1c
rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter properly
by Al Viro
· 10 years ago
af2b040
rxrpc: switch rxrpc_send_data() to iov_iter primitives
by Al Viro
· 10 years ago
4c946d9
vmci: propagate msghdr all way down to __qp_memcpy_to_queue()
by Al Viro
· 10 years ago
c3c1a7d
ipv6: rawv6_send_hdrinc(): pass msghdr
by Al Viro
· 10 years ago
7ae9abf
ipv4: raw_send_hdrinc(): pass msghdr
by Al Viro
· 10 years ago
a8866ff
netlink: make the check for "send from tx_ring" deterministic
by Al Viro
· 10 years ago
7e8acbb
Merge branch 'netlabel-next'
by David S. Miller
· 10 years ago
4de46d5
netlabel: Less function calls in netlbl_mgmt_add_common() after error detection
by Markus Elfring
· 10 years ago
7a11b1d
netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_free"
by Markus Elfring
· 10 years ago
79b7cf6
netlabel: Deletion of an unnecessary check before the function call "cipso_v4_doi_putdef"
by Markus Elfring
· 10 years ago
132d7bc
net/fsl_pq_mdio: Document supported compatibles
by Shruti Kanetkar
· 10 years ago
79044f6
net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI ID
by Mika Westerberg
· 10 years ago
88d9077
Bluetooth: Fix potential NULL dereference
by Johan Hedberg
· 10 years ago
8f0c304
Bluetooth: btusb: Add support for Lite-On (04ca) Broadcom based, BCM43142
by Matej Dubovy
· 10 years ago
7d37d0c
net: sctp: Deletion of an unnecessary check before the function call "kfree"
by Markus Elfring
· 10 years ago
193cdc4
Merge branch 'udpv6_lockless_send'
by David S. Miller
· 10 years ago
32dce96
ipv6: Allow for partial checksums on non-ufo packets
by Vlad Yasevich
· 10 years ago
03485f2
udpv6: Add lockless sendmsg() support
by Vlad Yasevich
· 10 years ago
d39d938
ipv6: Introduce udpv6_send_skb()
by Vlad Yasevich
· 10 years ago
6422398
ipv6: introduce ipv6_make_skb
by Vlad Yasevich
· 10 years ago
0bbe84a
ipv6: Append sending data to arbitrary queue
by Vlad Yasevich
· 10 years ago
366e41d
ipv6: pull cork initialization into its own function.
by Vlad Yasevich
· 10 years ago
ba0c39c
cxgb4 : Improve IEEE DCBx support, other minor open-lldp fixes
by Anish Bhatt
· 10 years ago
98830dd
net/tulip: don't warn about unknown ARM architecture
by Arnd Bergmann
· 10 years ago
4c0c46b
net: hip04: add missing MODULE_LICENSE
by Arnd Bergmann
· 10 years ago
843c2fd
net: dctcp: loosen requirement to assert ECT(0) during 3WHS
by Florian Westphal
· 10 years ago
6942241
Merge branch 'net-timestamp'
by David S. Miller
· 10 years ago
2368592
net-timestamp: no-payload option in txtimestamp test
by Willem de Bruijn
· 10 years ago
b245be1
net-timestamp: no-payload only sysctl
by Willem de Bruijn
· 10 years ago
49ca0d8
net-timestamp: no-payload option
by Willem de Bruijn
· 10 years ago
66f096f
Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct
by Johan Hedberg
· 10 years ago
b970c5b
Bluetooth: Set HCI_QUIRK_STRICT_DUPLICATE_FILTER for BTUSB_INTEL_NEW
by Marcel Holtmann
· 10 years ago
4b0e0ce
Bluetooth: Add restarting to service discovery
by Jakub Pawlowski
· 10 years ago
2d28cfe
Bluetooth: Add le_scan_restart work for LE scan restarting
by Jakub Pawlowski
· 10 years ago
9766e97
net: rocker: Add support for retrieving port level statistics
by David Ahern
· 10 years ago
fe3ef61
Merge branch 'switchdev_offload_flags'
by David S. Miller
· 10 years ago
a16a8ee7
team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlers
by Roopa Prabhu
· 10 years ago
c158cba
bonding: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlers
by Roopa Prabhu
· 10 years ago
eb0ac42
rocker: set feature NETIF_F_HW_SWITCH_OFFLOAD
by Roopa Prabhu
· 10 years ago
68e331c
bridge: offload bridge port attributes to switch asic if feature flag set
by Roopa Prabhu
· 10 years ago
8a44dbb
swdevice: add new apis to set and del bridge port attributes
by Roopa Prabhu
· 10 years ago
add511b
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
by Roopa Prabhu
· 10 years ago
aafb3e9
netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature flag for switch device offloads
by Roopa Prabhu
· 10 years ago
b2dec11
stmmac: DMA threshold mode or SF mode can be different among multiple device instance
by Sonic Zhang
· 10 years ago
3051fa6
cxgb4: Remove preprocessor check for CONFIG_CXGB4_DCB
by Hariprasad Shenai
· 10 years ago
Next »