index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
syscalls
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-13
tcp: tcp_v6_connect() cleanup
Eric Dumazet
1
-2
/
+0
2015-06-13
flow_dissector: fix ipv6 dst, hop-by-hop and routing ext hdrs
Eric Dumazet
2
-6
/
+9
2015-06-13
Fix Cavium Liquidio build related errors and warnings
Raghu Vatsavayi
8
-19
/
+26
2015-06-12
flow_dissector: add support for dst, hop-by-hop and routing ext hdrs
Tom Herbert
1
-0
/
+17
2015-06-12
flow_dissector: Fix MPLS entropy label handling in flow dissector
Tom Herbert
1
-2
/
+2
2015-06-12
Doc: networking: Fix URL for wiki.wireshark.org in udplite.txt
Masanari Iida
1
-1
/
+1
2015-06-12
net: ipv4: un-inline ip_finish_output2
Florian Westphal
1
-1
/
+1
2015-06-12
sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO
Marcelo Ricardo Leitner
1
-1
/
+10
2015-06-12
iommu/vt-d: Only enable extended context tables if PASID is supported
David Woodhouse
2
-3
/
+21
2015-06-12
md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync
NeilBrown
3
-0
/
+3
2015-06-12
md: Close race when setting 'action' to 'idle'.
NeilBrown
1
-5
/
+6
2015-06-12
md: don't return 0 from array_state_store
NeilBrown
1
-1
/
+1
2015-06-12
net: don't wait for order-3 page allocation
Shaohua Li
2
-2
/
+2
2015-06-12
mpls: handle device renames for per-device sysctls
Robert Shearman
1
-0
/
+11
2015-06-12
tcp: remove obsolete check in tcp_set_skb_tso_segs()
Eric Dumazet
1
-3
/
+0
2015-06-12
tcp: fill shinfo->gso_size at last moment
Eric Dumazet
3
-17
/
+16
2015-06-12
tcp: tcp_set_skb_tso_segs() no longer need struct sock parameter
Eric Dumazet
1
-16
/
+14
2015-06-12
tcp: fill shinfo->gso_type at last moment
Eric Dumazet
2
-9
/
+3
2015-06-12
tcp: reserve tcp_skb_mss() to tcp stack
Eric Dumazet
1
-2
/
+2
2015-06-12
switchdev: fix BUG when port driver doesn't support set attr op
Scott Feldman
1
-1
/
+3
2015-06-12
net: igb: fix the start time for periodic output signals
Richard Cochran
1
-2
/
+2
2015-06-12
bna: use netdev_* and dev_* instead of printk and pr_*
Ivan Vecera
4
-55
/
+36
2015-06-12
bna: fix timeout API argument type
Ivan Vecera
3
-19
/
+13
2015-06-12
bna: use list_for_each_entry where appropriate
Ivan Vecera
4
-149
/
+37
2015-06-12
bna: get rid of private macros for manipulation with lists
Ivan Vecera
7
-308
/
+130
2015-06-12
bna: remove useless pointer assignment
Ivan Vecera
1
-1
/
+0
2015-06-12
bna: use memdup_user to copy userspace buffers
Ivan Vecera
1
-19
/
+8
2015-06-12
bna: correct comparisons/assignments to bool
Ivan Vecera
1
-4
/
+4
2015-06-12
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
Ivan Vecera
2
-19
/
+4
2015-06-12
bna: remove paused from bna_rx_config and flags from bna_rxf
Ivan Vecera
2
-41
/
+1
2015-06-12
bna: remove RXF_E_PAUSE and RXF_E_RESUME events
Ivan Vecera
2
-77
/
+0
2015-06-12
bna: remove prio_change_cbfn oper_state_cbfn from struct bna_tx
Ivan Vecera
2
-16
/
+0
2015-06-12
bna: remove oper_state_cbfn from struct bna_rxf
Ivan Vecera
3
-25
/
+0
2015-06-12
bna: remove pause_cbfn from struct bna_enet
Ivan Vecera
2
-18
/
+0
2015-06-12
bna: remove unused cbfn parameter
Ivan Vecera
5
-59
/
+25
2015-06-12
bna: use BIT(x) instead of (1 << x)
Ivan Vecera
6
-83
/
+83
2015-06-12
bna: get rid of duplicate and unused macros
Ivan Vecera
8
-163
/
+9
2015-06-12
bna: replace pragma(pack) with attribute __packed
Ivan Vecera
6
-127
/
+103
2015-06-12
bna: get rid of mac_t
Ivan Vecera
12
-32
/
+26
2015-06-12
bna: use ether_addr_copy instead of memcpy
Ivan Vecera
2
-18
/
+16
2015-06-12
net/mlx5e: Add transport domain to the ethernet TIRs/TISs
Achiad Shochat
2
-1
/
+16
2015-06-12
net/mlx5_core: Add transport domain alloc/dealloc support
Achiad Shochat
2
-0
/
+37
2015-06-12
net/mlx5e: Support NETIF_F_SG
Saeed Mahameed
3
-24
/
+40
2015-06-12
net/mlx5e: Enforce max flow-tables level >= 3
Gal Pressman
1
-1
/
+4
2015-06-12
net/mlx5e: Disable client vlan TX acceleration
Saeed Mahameed
2
-22
/
+2
2015-06-12
net/mlx5e: Add HW cacheline start padding
Saeed Mahameed
3
-6
/
+13
2015-06-12
net/mlx5e: Fix HW MTU settings
Saeed Mahameed
5
-61
/
+55
2015-06-12
net/mlx5_core: fix an error code
Dan Carpenter
1
-1
/
+2
2015-06-12
vxge: use swap() in vxge_hw_channel_dtr_alloc()
Fabian Frederick
1
-6
/
+1
2015-06-12
net: fs_enet: use swap() in fs_enet_rx_napi()
Fabian Frederick
1
-5
/
+2
[next]