index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
readahead.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-11
flow disector: ARP support
Simon Horman
2
-0
/
+76
2017-01-11
net: netcp: correct netcp_get_stats function signature
Keerthy
1
-3
/
+1
2017-01-11
Revert "net: dsa: Implement ndo_get_phys_port_id"
Florian Fainelli
1
-10
/
+0
2017-01-11
net: dsa: Implement ndo_get_phys_port_name()
Florian Fainelli
1
-0
/
+10
2017-01-11
net: dsa: make "label" property optional for dsa2
Vivien Didelot
2
-32
/
+12
2017-01-11
packet: pdiag_put_ring() should return TX_RING info for TPACKET_V3
Sowmini Varadhan
1
-2
/
+1
2017-01-11
bpf: Make unnecessarily global functions static
Tobias Klauser
1
-7
/
+10
2017-01-11
bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()
Tobias Klauser
1
-2
/
+1
2017-01-11
ipvlan: improvise dev_id generation logic in IPvlan
Mahesh Bandewar
2
-1
/
+13
2017-01-10
liquidio: store the L4 hash of rx packets in skb
Prasad Kanneganti
3
-3
/
+33
2017-01-10
sfc: stop setting dev_port
Bert Kenward
1
-2
/
+0
2017-01-10
sfc: implement ndo_get_phys_port_name
Bert Kenward
1
-0
/
+11
2017-01-10
sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOV
Bert Kenward
7
-35
/
+31
2017-01-10
net: qcom/emac: add ethtool support
Timur Tabi
4
-21
/
+221
2017-01-09
net: dsa: select NET_SWITCHDEV
Vivien Didelot
1
-2
/
+3
2017-01-09
tcp: make TCP_INFO more consistent
Eric Dumazet
1
-4
/
+4
2017-01-09
bpf: rename ARG_PTR_TO_STACK
Alexei Starovoitov
5
-52
/
+52
2017-01-09
bpf: allow helpers access to variable memory
Gianluca Borello
2
-10
/
+474
2017-01-09
bpf: allow adjusted map element values to spill
Gianluca Borello
2
-5
/
+62
2017-01-09
bpf: allow helpers access to map element values
Gianluca Borello
2
-2
/
+498
2017-01-09
bpf: split check_mem_access logic for map values
Gianluca Borello
1
-39
/
+49
2017-01-09
smc: netlink interface for SMC sockets
Ursula Braun
10
-1
/
+379
2017-01-09
smc: socket closing and linkgroup cleanup
Ursula Braun
11
-36
/
+668
2017-01-09
smc: receive data from RMBE
Ursula Braun
9
-3
/
+304
2017-01-09
smc: send data (through RDMA)
Ursula Braun
6
-4
/
+491
2017-01-09
smc: connection data control (CDC)
Ursula Braun
8
-0
/
+641
2017-01-09
smc: link layer control (LLC)
Ursula Braun
7
-3
/
+330
2017-01-09
smc: initialize IB transport incl. PD, MR, QP, CQ, event, WR
Ursula Braun
8
-9
/
+374
2017-01-09
smc: work request (WR) base for use by LLC and CDC
Ursula Braun
8
-1
/
+790
2017-01-09
smc: remote memory buffers (RMBs)
Ursula Braun
7
-7
/
+342
2017-01-09
smc: connection and link group creation
Ursula Braun
7
-17
/
+605
2017-01-09
smc: CLC handshake (incl. preparation steps)
Ursula Braun
5
-32
/
+822
2017-01-09
smc: establish pnet table management
Thomas Richter
6
-3
/
+604
2017-01-09
smc: introduce SMC as an IB-client
Ursula Braun
5
-1
/
+200
2017-01-09
smc: establish new socket family
Ursula Braun
9
-4
/
+688
2017-01-09
net: introduce keepalive function in struct proto
Ursula Braun
5
-5
/
+6
2017-01-09
sh_eth: enable wake-on-lan for sh7763
Niklas Söderlund
1
-0
/
+1
2017-01-09
sh_eth: enable wake-on-lan for sh7734
Niklas Söderlund
1
-0
/
+1
2017-01-09
sh_eth: enable wake-on-lan for r8a7740/armadillo
Niklas Söderlund
1
-0
/
+1
2017-01-09
sh_eth: enable wake-on-lan for R-Car Gen2 devices
Niklas Söderlund
1
-2
/
+4
2017-01-09
sh_eth: add generic wake-on-lan support via magic packet
Niklas Söderlund
2
-8
/
+109
2017-01-09
sh_eth: use correct name for ECMR_MPDE bit
Niklas Söderlund
1
-1
/
+1
2017-01-09
net: for rate-limited ICMP replies save one atomic operation
Jesper Dangaard Brouer
2
-22
/
+37
2017-01-09
net: reduce cycles spend on ICMP replies that gets rate limited
Jesper Dangaard Brouer
2
-38
/
+82
2017-01-09
Revert "icmp: avoid allocating large struct on stack"
Jesper Dangaard Brouer
1
-23
/
+17
2017-01-09
net: dsa: Make dsa_switch_ops const
Florian Fainelli
8
-13
/
+13
2017-01-09
net: dsa: Encapsulate legacy switch drivers into dsa_switch_driver
Florian Fainelli
4
-13
/
+26
2017-01-09
net: dsa: bcm_sf2: Declare our own dsa_switch_ops
Florian Fainelli
1
-22
/
+33
2017-01-09
net: dsa: b53: Export most operations to other drivers
Florian Fainelli
2
-33
/
+79
2017-01-09
sh_eth: rename 'sh_eth_cpu_data::hw_crc'
Sergei Shtylyov
2
-7
/
+7
[next]