summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tcp: add tcp_conn_requestOctavian Purdila2014-06-284-244/+155Star
| * 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/+19Star
| * 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/+7Star
| * 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/+7Star
| * tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila2014-06-282-3/+2Star
| * 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/+0Star
| * 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/+1Star
* | Merge branch 'tipc-next'David S. Miller2014-06-2713-888/+827Star
|\ \
| * | tipc: simplify connection congestion handlingJon Paul Maloy2014-06-275-54/+43Star
| * | 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/+19Star
| * | 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/+70Star
| * | tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy2014-06-273-149/+110Star
| * | 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
| * | tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy2014-06-272-0/+105
| * | tipc: make link mtu easily accessible from socketJon Paul Maloy2014-06-272-4/+38
| * | tipc: introduce send functions for chained buffers in linkJon Paul Maloy2014-06-274-13/+250
| * | tipc: use negative error return values in functionsJon Paul Maloy2014-06-271-23/+23
| * | tipc: eliminate case of writing to freed memoryJon Paul Maloy2014-06-271-2/+4
|/ /
* | Merge branch 'xgbe-next'David S. Miller2014-06-278-189/+398
|\ \ | |/ |/|
| * amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas2014-06-271-5/+4Star
| * amd-xgbe: Change destination address filtering supportLendacky, Thomas2014-06-276-69/+116
| * amd-xgbe: Add support for VLAN filteringLendacky, Thomas2014-06-276-14/+165
| * amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas2014-06-271-1/+3
| * amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2014-06-272-0/+8
| * amd-xgbe: Make defines in xgbe.h uniqueLendacky, Thomas2014-06-275-100/+102
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-26697-5683/+9694
|\