summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov2014-07-021-2/+4
* bnx2x: VF can report link speedDmitry Kravkov2014-07-028-88/+366
* Merge branch 'pktgen'David S. Miller2014-07-022-55/+83
|\
| * pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer2014-07-021-49/+52
| * pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer2014-07-021-6/+3
| * pktgen: document tuning for max NIC performanceJesper Dangaard Brouer2014-07-021-0/+28
|/
* openvswitch: introduce rtnl ops stubJiri Pirko2014-07-013-1/+26
* rtnetlink: allow to register ops without ops->setup setJiri Pirko2014-07-012-3/+11
* net: fix some typos in commentYing Xue2014-07-012-4/+4
* ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-017-8/+39
* ipv6: Add more debugging around accept-ra logic.Ben Greear2014-07-011-8/+43
* tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila2014-06-301-1/+3
* Merge branch 'tcp_conn_request_unification'David S. Miller2014-06-2811-331/+306
|\
| * tcp: add tcp_conn_requestOctavian Purdila2014-06-284-244/+155
| * tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2014-06-283-2/+6
| * tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2014-06-283-2/+6
| * tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2014-06-284-27/+19
| * tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2014-06-283-9/+17
| * tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2014-06-283-3/+6
| * tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila2014-06-281-11/+7
| * tcp: add route_req method to tcp_request_sock_opsOctavian Purdila2014-06-283-13/+52
| * tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila2014-06-283-16/+28
| * tcp: add init_req method to tcp_request_sock_opsOctavian Purdila2014-06-284-38/+51
| * net: remove inet6_reqsk_allocOctavian Purdila2014-06-285-15/+7
| * tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila2014-06-282-3/+2
| * tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2014-06-282-3/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-06-2711-134/+373
|\
| * i40e: fix fdir programmingJesse Brandeburg2014-06-261-2/+4
| * i40e: Add debugfs hooks to print current total FD filter countAnjali Singhai Jain2014-06-261-0/+4
| * i40e: Fix the FD sideband logic to detect a FD table full conditionAnjali Singhai Jain2014-06-263-7/+20
| * i40e: Avoid adding the TCP-IPv4 filter twiceAnjali Singhai Jain2014-06-261-13/+0
| * i40e: only create PTP device node onceJacob Keller2014-06-261-12/+46
| * i40e: don't store user requested mode until we've validated itJacob Keller2014-06-261-4/+7
| * i40e: break PTP hardware control from ioctl command for timestamp modeJacob Keller2014-06-261-16/+43
| * i40e: rename i40e_ptp_enable to i40e_ptp_feature_enableJacob Keller2014-06-261-4/+4
| * i40evf: resend FW request if no responseMitch Williams2014-06-261-0/+4
| * i40evf: fix typoMitch Williams2014-06-261-1/+1
| * i40evf: return more useful error informationMitch Williams2014-06-261-5/+6
| * i40evf: don't stop watchdog if it hasn't startedMitch Williams2014-06-261-1/+3
| * i40e/i40evf: Big endian fixes for handling HMCPaul M Stillwell Jr2014-06-263-67/+236
| * i40e: do not take NVM ownership for SR readKamil Krawczyk2014-06-261-8/+1
* | Merge branch 'tipc-next'David S. Miller2014-06-2713-888/+827
|\ \
| * | tipc: simplify connection congestion handlingJon Paul Maloy2014-06-275-54/+43
| * | tipc: clean up connection protocol reception functionJon Paul Maloy2014-06-275-63/+68
| * | tipc: same receive code path for connection protocol and data messagesJon Paul Maloy2014-06-276-55/+19
| * | tipc: let port protocol senders use new link send functionJon Paul Maloy2014-06-271-7/+23
| * | tipc: connection oriented transport uses new send functionsJon Paul Maloy2014-06-274-513/+70
| * | tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy2014-06-273-149/+110
| * | tipc: introduce message evaluation functionJon Paul Maloy2014-06-274-38/+51
| * | tipc: separate building and sending of rejected messagesJon Paul Maloy2014-06-273-8/+64