index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-03
net: relax expensive skb_unclone() in iptunnel_handle_offloads()
Eric Dumazet
1
-0
/
+10
2016-05-02
netdevice: shrink size of struct netdev_queue
Florian Westphal
1
-7
/
+6
2016-05-02
qed: add infrastructure for device self tests.
Sudarsana Reddy Kalluru
1
-0
/
+47
2016-04-29
net/mlx5: Initializing CPU reverse mapping
Maor Gottlieb
1
-0
/
+3
2016-04-29
net/mlx5: Add user chosen levels when allocating flow tables
Maor Gottlieb
1
-2
/
+4
2016-04-29
net/mlx5: Introduce modify flow rule destination
Maor Gottlieb
1
-0
/
+3
2016-04-29
net: constify is_skb_forwardable's arguments
Nikolay Aleksandrov
1
-1
/
+2
2016-04-28
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
Soheil Hassas Yeganeh
1
-5
/
+1
2016-04-27
net-rfs: fix false sharing accessing sd->input_queue_head
Eric Dumazet
1
-2
/
+6
2016-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-13
/
+16
2016-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-6
/
+9
2016-04-26
devpts: more pty driver interface cleanups
Linus Torvalds
2
-5
/
+5
2016-04-26
net/mlx5e: Fix checksum handling for non-stripped vlan packets
Saeed Mahameed
1
-5
/
+16
2016-04-26
net/mlx5e: Add ethtool support for rxvlan-offload (vlan stripping)
Gal Pressman
1
-0
/
+4
2016-04-26
net/mlx5e: Add ethtool support for dump module EEPROM
Gal Pressman
2
-1
/
+17
2016-04-26
net/mlx5e: Add ethtool support for interface identify (LED blinking)
Gal Pressman
2
-0
/
+7
2016-04-26
net/mlx5e: Add support for RXALL netdev feature
Eran Ben Elisha
2
-0
/
+5
2016-04-26
net/mlx5e: Add link down events counter
Gal Pressman
1
-0
/
+1
2016-04-26
net/mlx5e: Statistics handling refactoring
Gal Pressman
1
-0
/
+1
2016-04-26
net: remove NETDEV_TX_LOCKED support
Florian Westphal
1
-3
/
+0
2016-04-26
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
David S. Miller
1
-3
/
+42
2016-04-26
Revert "ipv6: Revert optional address flusing on ifdown."
David S. Miller
1
-0
/
+1
2016-04-25
skbuff: Add pskb_extract() helper function
Sowmini Varadhan
1
-0
/
+2
2016-04-25
qed*: Conditions for changing link
Yuval Mintz
1
-0
/
+10
2016-04-25
qed*: Align statistics names
Yuval Mintz
1
-10
/
+10
2016-04-25
ipv6: Revert optional address flusing on ifdown.
David S. Miller
1
-1
/
+0
2016-04-25
ieee802154: use nla_put_u64_64bit()
Nicolas Dichtel
1
-0
/
+2
2016-04-24
net/mlx5: Add pci shutdown callback
Majd Dibbiny
1
-3
/
+4
2016-04-24
net/mlx5e: Use vport MTU rather than physical port MTU
Saeed Mahameed
1
-0
/
+2
2016-04-24
net/mlx5e: Device's mtu field is u16 and not int
Saeed Mahameed
1
-3
/
+3
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+11
2016-04-23
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
Linus Torvalds
1
-2
/
+2
2016-04-23
libnl: nla_put_net64(): align on a 64-bit area
Nicolas Dichtel
1
-3
/
+6
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-104
/
+123
2016-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-0
/
+46
2016-04-21
geneve: break dependency with netdev drivers
Hannes Frederic Sowa
1
-0
/
+1
2016-04-21
vxlan: break dependency with netdev drivers
Hannes Frederic Sowa
1
-0
/
+1
2016-04-21
net/mlx5e: Support RX multi-packet WQE (Striding RQ)
Tariq Toukan
1
-1
/
+38
2016-04-21
net/mlx5: Introduce device queue counters
Tariq Toukan
1
-0
/
+6
2016-04-21
net/mlx4_core: Avoid repeated calls to pci enable/disable
Daniel Jurgens
1
-0
/
+7
2016-04-21
netdev_features: Fold NETIF_F_ALL_TSO into NETIF_F_GSO_SOFTWARE
Alexander Duyck
1
-5
/
+3
2016-04-21
perf, bpf: minimize the size of perf_trace_() tracepoint handler
Alexei Starovoitov
1
-0
/
+5
2016-04-20
thermal: consistently use int for trip temp
Wei Ni
1
-2
/
+2
2016-04-19
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
1
-0
/
+2
2016-04-19
net/ipv6/addrconf: simplify sysctl registration
Konstantin Khlebnikov
1
-1
/
+2
2016-04-19
Merge branch 'ptmx-cleanup'
Linus Torvalds
1
-24
/
+10
2016-04-18
Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-0
/
+1
2016-04-18
devpts: clean up interface to pty drivers
Linus Torvalds
1
-24
/
+10
2016-04-18
phy: add generic function to support ksetting support
Philippe Reynes
1
-0
/
+4
2016-04-18
net: ethtool: export conversion function between u32 and link mode
Philippe Reynes
1
-0
/
+7
[next]