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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-31
net/mlx5e: TX, Improve performance under GSO workload
Erez Alfasi
1
-3
/
+4
2019-05-31
net/mlx5e: Use termination table for VLAN push actions
Oz Shlomo
4
-2
/
+315
2019-05-31
net/mlx5e: Geneve, Add support for encap/decap flows offload
Yevgeny Kliteynik
5
-3
/
+363
2019-05-31
net/mlx5e: Rearrange tc tunnel code in a modular way
Yevgeny Kliteynik
7
-208
/
+373
2019-05-31
net/mlx5e: Geneve, Keep tunnel info as pointer to the original struct
Yevgeny Kliteynik
3
-15
/
+16
2019-05-31
net/mlx5: Geneve, Manage Geneve TLV options
Yevgeny Kliteynik
5
-1
/
+198
2019-05-31
net/mlx5e: Enable setting multiple match criteria for flow group
Yevgeny Kliteynik
2
-5
/
+5
2019-05-31
net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation action
Tonghao Zhang
1
-20
/
+7
2019-05-31
net/mlx5e: Generalize vport type in vport representor
Vu Pham
1
-31
/
+21
2019-05-31
Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Saeed Mahameed
19
-126
/
+179
2019-05-31
{IB,net}/mlx5: Constify rep ops functions pointers
Parav Pandit
7
-48
/
+49
2019-05-31
{IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*
Parav Pandit
2
-2
/
+2
2019-05-31
net/mlx5: E-Switch, Honor eswitch functions changed event cap
Vu Pham
4
-5
/
+20
2019-05-31
net/mlx5: E-Switch, Replace host_params event with functions_changed event
Vu Pham
10
-71
/
+86
2019-05-31
net/mlx5: Introduce termination table bits
Eli Britstein
3
-2
/
+8
2019-05-31
net/mlx5: Add core dump register access HW bits
Moshe Shemesh
2
-1
/
+17
2019-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1459
-15899
/
+5328
2019-05-31
netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y
Pablo Neira Ayuso
2
-1
/
+3
2019-05-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
87
-678
/
+1763
2019-05-30
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
6
-30
/
+56
2019-05-30
Merge tag 'for-5.2-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
7
-48
/
+128
2019-05-30
Merge tag 'configfs-for-5.2-2' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-8
/
+6
2019-05-30
Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
6
-33
/
+51
2019-05-30
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
3
-10
/
+11
2019-05-30
net: correct zerocopy refcnt with udp MSG_MORE
Willem de Bruijn
3
-5
/
+9
2019-05-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
David S. Miller
16
-218
/
+754
2019-05-30
net: sched: act_ctinfo: minor size optimisation
Kevin 'ldir' Darbyshire-Bryant
1
-4
/
+0
2019-05-30
ethtool: Check for vlan etype or vlan tci when parsing flow_rule
Maxime Chevallier
1
-2
/
+6
2019-05-30
Merge branch 'complex-c45-phys'
David S. Miller
3
-21
/
+40
2019-05-30
net: phy: export phy_queue_state_machine
Heiner Kallweit
2
-4
/
+6
2019-05-30
net: phy: add callback for custom interrupt handler to struct phy_driver
Heiner Kallweit
2
-2
/
+10
2019-05-30
net: phy: enable interrupts when PHY is attached already
Heiner Kallweit
3
-15
/
+24
2019-05-30
qed: Fix static checker warning
Michal Kalderon
1
-12
/
+12
2019-05-30
net: dsa: Add error path handling in dsa_tree_setup()
Ioana Ciornei
1
-23
/
+66
2019-05-30
net: don't clear sock->sk early to avoid trouble in strparser
Jakub Kicinski
1
-1
/
+1
2019-05-30
net-gro: fix use-after-free read in napi_gro_frags()
Eric Dumazet
1
-1
/
+1
2019-05-30
Merge branch 'Fixes-for-DSA-tagging-using-802-1Q'
David S. Miller
1
-14
/
+65
2019-05-30
net: dsa: tag_8021q: Create a stable binary format
Vladimir Oltean
1
-10
/
+50
2019-05-30
net: dsa: tag_8021q: Change order of rx_vid setup
Ioana Ciornei
1
-4
/
+15
2019-05-30
Merge branch 'r8169-fw'
David S. Miller
1
-34
/
+37
2019-05-30
r8169: decouple rtl_phy_write_fw from actual driver code
Heiner Kallweit
1
-20
/
+28
2019-05-30
r8169: improve rtl_fw_format_ok
Heiner Kallweit
1
-14
/
+9
2019-05-30
r8169: enable WoL speed down on more chip versions
Heiner Kallweit
1
-24
/
+2
2019-05-30
sctp: deduplicate identical skb_checksum_ops
Matteo Croce
2
-11
/
+8
2019-05-30
net: avoid indirect calls in L4 checksum calculation
Matteo Croce
1
-4
/
+11
2019-05-30
net: dsa: sja1105: Make static_config_check_memory_size static
YueHaibing
1
-1
/
+1
2019-05-30
net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue value
Antoine Tenart
1
-6
/
+4
2019-05-30
Merge branch 'connection-tracking-support-for-bridge'
David S. Miller
15
-276
/
+1206
2019-05-30
netfilter: nf_conntrack_bridge: register inet conntrack for bridge
Pablo Neira Ayuso
1
-16
/
+42
2019-05-30
netfilter: nf_conntrack_bridge: add support for IPv6
Pablo Neira Ayuso
3
-2
/
+230
[next]