index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
soreuseport: use "unsigned int" in __reuseport_alloc()
Alexey Dobriyan
2017-04-04
1
-2
/
+2
*
flowcache: more "unsigned int"
Alexey Dobriyan
2017-04-04
2
-9
/
+10
*
flowcache: make flow_cache_hash_size() return "unsigned int"
Alexey Dobriyan
2017-04-04
1
-6
/
+8
*
flowcache: make flow_key_size() return "unsigned int"
Alexey Dobriyan
2017-04-04
2
-4
/
+4
*
net/faraday: Add missing include of of.h
Andrew Lunn
2017-04-04
1
-0
/
+1
*
vxlan: fix ND proxy when skb doesn't have transport header offset
Vincent Bernat
2017-04-04
1
-14
/
+15
*
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
Xin Long
2017-04-03
5
-2
/
+84
*
Merge branch 'hns-misc-fixes'
David S. Miller
2017-04-03
17
-560
/
+653
|
\
|
*
net: hns: Some checkpatch.pl script & warning fixes
Salil
2017-04-03
6
-14
/
+11
|
*
net: hns: Avoid Hip06 chip TX packet line bug
lipeng
2017-04-03
7
-70
/
+169
|
*
net: hns: Adjust the SBM module buffer threshold
Kejian Yan
2017-04-03
1
-4
/
+4
|
*
net: hns: Simplify the exception sequence in hns_ppe_init()
Kejian Yan
2017-04-03
1
-9
/
+8
|
*
net: hns: Optimise the code in hns_mdio_wait_ready()
Kejian Yan
2017-04-03
1
-4
/
+6
|
*
net: hns: Clean redundant code from hns_mdio.c file
Kejian Yan
2017-04-03
1
-10
/
+0
|
*
net: hns: Remove redundant mac table operations
Kejian Yan
2017-04-03
2
-170
/
+0
|
*
net: hns: Remove redundant mac_get_id()
Kejian Yan
2017-04-03
3
-23
/
+0
|
*
net: hns: Remove the redundant adding and deleting mac function
Kejian Yan
2017-04-03
4
-122
/
+0
|
*
net: hns: Correct HNS RSS key set function
lipeng
2017-04-03
2
-14
/
+18
|
*
net: hns: Replace netif_tx_lock to ring spin lock
lipeng
2017-04-03
3
-10
/
+15
|
*
net: hns: Fix to adjust buf_size of ring according to mtu
lipeng
2017-04-03
7
-24
/
+337
|
*
net: hns: Optimize hns_nic_common_poll for better performance
lipeng
2017-04-03
2
-21
/
+31
|
*
net: hns: bug fix of ethtool show the speed
Daode Huang
2017-04-03
1
-1
/
+1
|
*
net: hns: Remove redundant memset during buffer release
lipeng
2017-04-03
1
-1
/
+0
|
*
net: hns: Optimize the code for GMAC pad and crc Config
lipeng
2017-04-03
1
-20
/
+16
|
*
net: hns: Modify GMAC init TX threshold value
lipeng
2017-04-03
2
-0
/
+10
|
*
net: hns: Fix the implementation of irq affinity function
lipeng
2017-04-03
2
-46
/
+30
|
/
*
Merge branch 'rds-minor-bug-fixes'
David S. Miller
2017-04-03
2
-2
/
+10
|
\
|
*
rds: tcp: canonical connection order for all paths with index > 0
Sowmini Varadhan
2017-04-03
1
-1
/
+1
|
*
rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...
Sowmini Varadhan
2017-04-03
1
-1
/
+9
|
/
*
sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()
Eric Dumazet
2017-04-03
1
-1
/
+1
*
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4
Andrew Morton
2017-04-03
1
-2
/
+6
*
drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4
Andrew Morton
2017-04-03
1
-4
/
+12
*
net: stmmac: fix cbs configuration
Joao Pinto
2017-04-03
2
-1
/
+4
*
Merge branch 'mpls-more-labels'
David S. Miller
2017-04-02
4
-93
/
+196
|
\
|
*
net: mpls: Increase max number of labels for lwt encap
David Ahern
2017-04-02
4
-11
/
+17
|
*
net: mpls: bump maximum number of labels
David Ahern
2017-04-02
2
-34
/
+71
|
*
net: mpls: Limit memory allocation for mpls_route
David Ahern
2017-04-02
1
-10
/
+21
|
*
net: mpls: change mpls_route layout
David Ahern
2017-04-02
2
-31
/
+51
|
*
net: mpls: Convert number of nexthops to u8
David Ahern
2017-04-02
2
-13
/
+20
|
*
net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCE
David Ahern
2017-04-02
2
-11
/
+33
|
/
*
udp: use sk_protocol instead of pcflag to detect udplite sockets
Paolo Abeni
2017-04-02
1
-1
/
+1
*
net: dsa: fix build error with devlink build as module
Tobias Regnery
2017-04-02
1
-1
/
+1
*
Merge branch 'phylib-EEE-updates'
David S. Miller
2017-04-02
1
-11
/
+26
|
\
|
*
net: phy: allow EEE with any interface mode
Russell King
2017-04-02
1
-8
/
+1
|
*
net: phy: restart phy autonegotiation after EEE advertisment change
Russell King
2017-04-02
1
-2
/
+19
|
*
net: phy: avoid setting unsupported EEE advertisments
Russell King
2017-04-02
1
-5
/
+10
|
/
*
Merge branch 'bpf-prog-testing-framework'
David S. Miller
2017-04-01
18
-10
/
+1385
|
\
|
*
selftests/bpf: add l4 load balancer test based on sched_cls
Alexei Starovoitov
2017-04-01
3
-1
/
+563
|
*
selftests/bpf: add a test for basic XDP functionality
Alexei Starovoitov
2017-04-01
4
-1
/
+332
|
*
selftests/bpf: add a test for overlapping packet range checks
Alexei Starovoitov
2017-04-01
3
-4
/
+215
[next]