aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-22net: ipv4: tcp: fixed comment coding style issueRohit Chavan1-2/+3
2017-05-22net: socket: fix a typo in sockfd_lookup().Rosen, Rami1-1/+1
2017-05-22Merge branch 'netlink-extack-route-add-del'David S. Miller11-82/+208
2017-05-22net: ipv6: Add extack messages for route add failuresDavid Ahern2-8/+36
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern5-34/+46
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern3-22/+100
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern5-20/+28
2017-05-22macsec: double accounting of dropped rx/tx packetsGirish Moodalbail1-12/+3
2017-05-22net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.David S. Miller1-1/+1
2017-05-21net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.David S. Miller11-0/+22
2017-05-21tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTEric Dumazet1-1/+2
2017-05-21ipv6: drop unused variables in seg6_genl_dumphacstephen hemminger1-4/+0
2017-05-21fou: make local function staticstephen hemminger2-49/+47
2017-05-21tcpnv: do not export local functionstephen hemminger1-3/+2
2017-05-21inet: fix warning about missing prototypestephen hemminger1-0/+1
2017-05-21ila: propagate error code in ila_outputstephen hemminger1-1/+1
2017-05-21dcb: enforce minimum length on IEEE_APPS attributestephen hemminger1-4/+7
2017-05-21Merge branch 'net-extend-socket-timestamping-API'David S. Miller27-23/+151
2017-05-21net: ethernet: update drivers to make both SW and HW TX timestampsMiroslav Lichvar4-10/+6
2017-05-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar5-11/+34
2017-05-21net: fix documentation of struct scm_timestampingMiroslav Lichvar1-1/+7
2017-05-21net: add new control message for incoming HW-timestamped packetsMiroslav Lichvar4-2/+48
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar3-0/+36
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar18-2/+18
2017-05-21net: define receive timestamp filter for NTPMiroslav Lichvar2-0/+5
2017-05-21cxgb4 : retrieve port information from firmwareGanesh Goudar5-3/+70
2017-05-21ibmveth: Support to enable LSO/CSO for Trunk VEA.Sivakumar Krishnasamy2-18/+90
2017-05-21Merge branch 'qed-next'David S. Miller21-227/+255
2017-05-21qede: Support 1G advertisment.Sudarsana Reddy Kalluru1-0/+8
2017-05-21qed: Fix setting of Management bitfieldsTomer Tayar1-1/+1
2017-05-21qede: qedr closure after setting stateMintz, Yuval1-1/+2
2017-05-21qed: Correct print in iscsi error-flowMintz, Yuval1-1/+1
2017-05-21qed: Revise alloc/setup/free flowTomer Tayar15-177/+177
2017-05-21qede: Don't use an internal MAC fieldMintz, Yuval3-28/+38
2017-05-21qede: Add missing Status-block freeSudarsana Reddy Kalluru1-4/+7
2017-05-21qede: Honor user request for Tx buffersSudarsana Reddy Kalluru3-15/+15
2017-05-21qede: Allow WoL to activate by defaultMintz, Yuval1-0/+6
2017-05-19Merge branch 'xgene-check-all-RGMII-phy-mode-variants'David S. Miller4-17/+30
2017-05-19xgene: Check all RGMII phy mode variantsIyappan Subramanian3-15/+18
2017-05-19phy: Add helper function to check phy interface modeIyappan Subramanian1-2/+12
2017-05-19Merge branch 'net-fix-CRC32c-in-the-forwarding-path'David S. Miller13-58/+127
2017-05-19sk_buff.h: improve description of CHECKSUM_{COMPLETE, UNNECESSARY}Davide Caratti1-2/+5
2017-05-19openvswitch: more accurate checksumming in queue_userspace_packet()Davide Caratti1-1/+1
2017-05-19net: more accurate checksumming in validate_xmit_skb()Davide Caratti4-14/+27
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti5-7/+13
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti7-36/+6
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti3-1/+44
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti3-0/+34
2017-05-19tcp: warn on negative reordering valuesSoheil Hassas Yeganeh1-0/+3
2017-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller85-367/+663