summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-01ipv6: Add more debugging around accept-ra logic.Ben Greear1-8/+43
2014-06-29tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila1-1/+3
2014-06-27Merge branch 'tcp_conn_request_unification'David S. Miller11-331/+306
2014-06-27tcp: add tcp_conn_requestOctavian Purdila4-244/+155
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila3-2/+6
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila3-2/+6
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila4-27/+19
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila3-9/+17
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila3-3/+6
2014-06-27tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila1-11/+7
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila3-13/+52
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila3-16/+28
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila4-38/+51
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila5-15/+7
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila2-3/+2
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila2-3/+5
2014-06-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller11-134/+373
2014-06-27Merge branch 'tipc-next'David S. Miller13-888/+827
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-26Merge branch 'xgbe-next'David S. Miller8-189/+398
2014-06-26amd-xgbe: Resolve checkpatch warning about sscanf usageLendacky, Thomas1-5/+4
2014-06-26amd-xgbe: Change destination address filtering supportLendacky, Thomas6-69/+116
2014-06-26amd-xgbe: Add support for VLAN filteringLendacky, Thomas6-14/+165
2014-06-26amd-xgbe: VLAN Rx tag stripping fixLendacky, Thomas1-1/+3
2014-06-26amd-xgbe: VLAN Tx tag insertion fixLendacky, Thomas2-0/+8
2014-06-26amd-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
2014-06-26i40e: don't store user requested mode until we've validated itJacob Keller1-4/+7
2014-06-26i40e: break PTP hardware control from ioctl command for timestamp modeJacob Keller1-16/+43
2014-06-26i40e: rename i40e_ptp_enable to i40e_ptp_feature_enableJacob Keller1-4/+4
2014-06-26i40evf: resend FW request if no responseMitch Williams1-0/+4
2014-06-26i40evf: fix typoMitch Williams1-1/+1
2014-06-26i40evf: return more useful error informationMitch Williams1-5/+6
2014-06-26i40evf: don't stop watchdog if it hasn't startedMitch Williams1-1/+3