aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-22net: dsa: change scope of ageing time setterVivien Didelot1-9/+7
2017-05-22net: dsa: change scope of VLAN filtering setterVivien Didelot1-8/+7
2017-05-22net: dsa: change scope of VLAN handlersVivien Didelot1-24/+16
2017-05-22net: dsa: change scope of MDB handlersVivien Didelot1-23/+18
2017-05-22net: dsa: change scope of FDB handlersVivien Didelot1-26/+24
2017-05-22net: dsa: change scope of bridging codeVivien Didelot1-19/+17
2017-05-22net: dsa: change scope of notifier call chainVivien Didelot1-5/+4
2017-05-22net: dsa: change scope of STP state setterVivien Didelot1-22/+22
2017-05-22bridge: fix hello and hold timers starting/stoppingIvan Vecera1-11/+0
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-22net: ipv6: Add extack messages for route add failuresDavid Ahern2-8/+36
2017-05-22net: ipv6: Plumb extack through route add functionsDavid Ahern3-32/+43
2017-05-22net: ipv4: Add extack messages for route add failuresDavid Ahern2-22/+95
2017-05-22net: ipv4: Plumb extack through route add functionsDavid Ahern4-19/+26
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-21net: allow simultaneous SW and HW transmit timestampingMiroslav Lichvar2-2/+22
2017-05-21net: add new control message for incoming HW-timestamped packetsMiroslav Lichvar1-1/+26
2017-05-21net: add function to retrieve original skb device using NAPI IDMiroslav Lichvar1-0/+26
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-2/+1
2017-05-21net: define receive timestamp filter for NTPMiroslav Lichvar1-0/+2
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 Caratti1-2/+12
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cDavide Caratti4-0/+4
2017-05-19sk_buff: remove support for csum_bad in sk_buffDavide Caratti4-11/+2
2017-05-19net: introduce skb_crc32c_csum_helpDavide Caratti1-0/+41
2017-05-19skbuff: add stub to help computing crc32c on SCTP packetsDavide Caratti2-0/+32
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. Miller26-103/+157
2017-05-18tcp: fix tcp_rearm_rto()Eric Dumazet1-6/+6
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot1-1/+0
2017-05-18net: dsa: include dsa.h only onceVivien Didelot13-12/+14
2017-05-18net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin2-15/+11
2017-05-18sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni4-6/+4
2017-05-18net: make struct net_device::tx_queue_len unsigned intAlexey Dobriyan2-4/+8
2017-05-18bridge: netlink: check vlan_default_pvid rangeTobias Jungel1-0/+7
2017-05-18udp: make function udp_skb_dtor_locked staticColin Ian King1-1/+1
2017-05-18net: x25: fix one potential use-after-free issuelinzhang2-9/+20
2017-05-17ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet14-118/+116
2017-05-17tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet5-6/+6
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet1-3/+4
2017-05-17tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet1-3/+3