summaryrefslogtreecommitdiffstats
path: root/drivers/fmc/fru-parse.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-04soreuseport: use "unsigned int" in __reuseport_alloc()Alexey Dobriyan1-2/+2
2017-04-04flowcache: more "unsigned int"Alexey Dobriyan2-9/+10
2017-04-04flowcache: make flow_cache_hash_size() return "unsigned int"Alexey Dobriyan1-6/+8
2017-04-04flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan2-4/+4
2017-04-04net/faraday: Add missing include of of.hAndrew Lunn1-0/+1
2017-04-04vxlan: fix ND proxy when skb doesn't have transport header offsetVincent Bernat1-14/+15
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long5-2/+84
2017-04-03net: hns: Some checkpatch.pl script & warning fixesSalil6-14/+11
2017-04-03net: hns: Avoid Hip06 chip TX packet line buglipeng7-70/+169
2017-04-03net: hns: Adjust the SBM module buffer thresholdKejian Yan1-4/+4
2017-04-03net: hns: Simplify the exception sequence in hns_ppe_init()Kejian Yan1-9/+8
2017-04-03net: hns: Optimise the code in hns_mdio_wait_ready()Kejian Yan1-4/+6
2017-04-03net: hns: Clean redundant code from hns_mdio.c fileKejian Yan1-10/+0
2017-04-03net: hns: Remove redundant mac table operationsKejian Yan2-170/+0
2017-04-03net: hns: Remove redundant mac_get_id()Kejian Yan3-23/+0
2017-04-03net: hns: Remove the redundant adding and deleting mac functionKejian Yan4-122/+0
2017-04-03net: hns: Correct HNS RSS key set functionlipeng2-14/+18
2017-04-03net: hns: Replace netif_tx_lock to ring spin locklipeng3-10/+15
2017-04-03net: hns: Fix to adjust buf_size of ring according to mtulipeng7-24/+337
2017-04-03net: hns: Optimize hns_nic_common_poll for better performancelipeng2-21/+31
2017-04-03net: hns: bug fix of ethtool show the speedDaode Huang1-1/+1
2017-04-03net: hns: Remove redundant memset during buffer releaselipeng1-1/+0
2017-04-03net: hns: Optimize the code for GMAC pad and crc Configlipeng1-20/+16
2017-04-03net: hns: Modify GMAC init TX threshold valuelipeng2-0/+10
2017-04-03net: hns: Fix the implementation of irq affinity functionlipeng2-46/+30
2017-04-03rds: tcp: canonical connection order for all paths with index > 0Sowmini Varadhan1-1/+1
2017-04-03rds: tcp: allow progress of rds_conn_shutdown if the rds_connection is marked...Sowmini Varadhan1-1/+9
2017-04-03sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops()Eric Dumazet1-1/+1
2017-04-03drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4Andrew Morton1-2/+6
2017-04-03drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4Andrew Morton1-4/+12
2017-04-03net: stmmac: fix cbs configurationJoao Pinto2-1/+4
2017-04-02net: mpls: Increase max number of labels for lwt encapDavid Ahern4-11/+17
2017-04-02net: mpls: bump maximum number of labelsDavid Ahern2-34/+71
2017-04-02net: mpls: Limit memory allocation for mpls_routeDavid Ahern1-10/+21
2017-04-02net: mpls: change mpls_route layoutDavid Ahern2-31/+51
2017-04-02net: mpls: Convert number of nexthops to u8David Ahern2-13/+20
2017-04-02net: mpls: rt_nhn_alive and nh_flags should be accessed using READ_ONCEDavid Ahern2-11/+33
2017-04-02udp: use sk_protocol instead of pcflag to detect udplite socketsPaolo Abeni1-1/+1
2017-04-02net: dsa: fix build error with devlink build as moduleTobias Regnery1-1/+1
2017-04-02net: phy: allow EEE with any interface modeRussell King1-8/+1
2017-04-02net: phy: restart phy autonegotiation after EEE advertisment changeRussell King1-2/+19
2017-04-02net: phy: avoid setting unsupported EEE advertismentsRussell King1-5/+10
2017-04-01selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov3-1/+563
2017-04-01selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov4-1/+332
2017-04-01selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov3-4/+215
2017-04-01tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2-2/+3
2017-04-01tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov3-1/+51
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov7-3/+223
2017-04-01net: dsa: Mock-up driverFlorian Fainelli5-1/+390
2017-04-01net: dsa: mv88e6xxx: add cross-chip bridgingVivien Didelot1-1/+33