summaryrefslogtreecommitdiffstats
path: root/crypto/shash.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-02dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen1-0/+5
2014-07-02bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz2-0/+54
2014-07-02bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov1-2/+4
2014-07-02bnx2x: VF can report link speedDmitry Kravkov8-88/+366
2014-07-02pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer1-49/+52
2014-07-02pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer1-6/+3
2014-07-02pktgen: document tuning for max NIC performanceJesper Dangaard Brouer1-0/+28
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko3-1/+26
2014-07-01rtnetlink: allow to register ops without ops->setup setJiri Pirko2-3/+11
2014-07-01net: fix some typos in commentYing Xue2-4/+4
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear7-8/+39
2014-07-01ipv6: Add more debugging around accept-ra logic.Ben Greear1-8/+43
2014-06-30tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila1-1/+3
2014-06-28tcp: add tcp_conn_requestOctavian Purdila4-244/+155
2014-06-28tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila3-2/+6
2014-06-28tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila3-2/+6
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila4-27/+19
2014-06-28tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila3-9/+17
2014-06-28tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila3-3/+6
2014-06-28tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila1-11/+7
2014-06-28tcp: add route_req method to tcp_request_sock_opsOctavian Purdila3-13/+52
2014-06-28tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila3-16/+28
2014-06-28tcp: add init_req method to tcp_request_sock_opsOctavian Purdila4-38/+51
2014-06-28net: remove inet6_reqsk_allocOctavian Purdila5-15/+7
2014-06-28tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila2-3/+2
2014-06-28tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2-3/+5
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy5-54/+43
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy5-63/+68
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy6-55/+19
2014-06-27tipc: let port protocol senders use new link send functionJon Paul Maloy1-7/+23
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy4-513/+70
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy3-149/+110
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy4-38/+51
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy3-8/+64
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy2-0/+105
2014-06-27tipc: make link mtu easily accessible from socketJon Paul Maloy2-4/+38
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy4-13/+250
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy1-23/+23
2014-06-27tipc: eliminate case of writing to freed memoryJon Paul Maloy1-2/+4
2014-06-27amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas1-5/+4
2014-06-27amd-xgbe: Change destination address filtering supportLendacky, Thomas6-69/+116
2014-06-27amd-xgbe: Add support for VLAN filteringLendacky, Thomas6-14/+165
2014-06-27amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas1-1/+3
2014-06-27amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2-0/+8
2014-06-27amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas5-100/+102
2014-06-26i40e: fix fdir programmingJesse Brandeburg1-2/+4
2014-06-26i40e: Add debugfs hooks to print current total FD filter countAnjali Singhai Jain1-0/+4
2014-06-26i40e: Fix the FD sideband logic to detect a FD table full conditionAnjali Singhai Jain3-7/+20
2014-06-26i40e: Avoid adding the TCP-IPv4 filter twiceAnjali Singhai Jain1-13/+0
2014-06-26i40e: only create PTP device node onceJacob Keller1-12/+46