aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-07net: phonet: mark phonet_protocol as constLin Zhang3-9/+10
2017-10-07net: phonet: mark header_ops as constLin Zhang1-1/+1
2017-10-07ip_tunnel: add mpls over gre supportAmine Kherbouche1-0/+36
2017-10-07ipv6: take care of rt6_statsWei Wang2-20/+38
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang3-221/+316
2017-10-07ipv6: add key length check into rt6_select()Wei Wang1-0/+14
2017-10-07ipv6: check fn->leaf before it is usedWei Wang2-13/+30
2017-10-07ipv6: update fn_sernum after route is inserted to treeWei Wang1-18/+21
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang2-20/+54
2017-10-07ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang1-3/+0
2017-10-07ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang1-29/+29
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang3-132/+72
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang3-10/+27
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang2-17/+69
2017-10-07ipv6: prepare rt6_clean_tohost() for exception tableWei Wang1-1/+47
2017-10-07ipv6: prepare rt6_mtu_change() for exception tableWei Wang1-0/+40
2017-10-07ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang1-0/+29
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang1-0/+341
2017-10-07ipv6: introduce a new function fib6_update_sernum()Wei Wang1-0/+14
2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet5-144/+193
2017-10-07tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet1-4/+5
2017-10-07tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet1-2/+2
2017-10-07tcp: tcp_mark_head_lost() optimizationEric Dumazet1-4/+4
2017-10-07tcp: tcp_tx_timestamp() cleanupEric Dumazet1-3/+5
2017-10-07tcp: uninline tcp_write_queue_purge()Eric Dumazet1-0/+14
2017-10-07net: add rb_to_skb() and other rb tree helpersEric Dumazet3-36/+19
2017-10-06Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-mergeDavid S. Miller18-78/+78
2017-10-06net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2-28/+20
2017-10-05net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen1-2/+1
2017-10-05net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang1-3/+0
2017-10-05tcp: a small refactor of RACK loss detectionYuchung Cheng1-22/+18
2017-10-05tcp: more efficient RACK loss detectionYuchung Cheng1-15/+5
2017-10-05tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet4-13/+41
2017-10-05RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka1-2/+2
2017-10-05RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2-7/+6
2017-10-05net/ipv4: Remove unused variable in route.cTim Hansen1-2/+1
2017-10-05tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang1-12/+9
2017-10-05tcp: uniform the set up of sockets after successful connectionWei Wang3-24/+16
2017-10-05VSOCK: add sock_diag interfaceStefan Hajnoczi3-0/+199
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi7-56/+64
2017-10-05VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi1-10/+0
2017-10-05VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi1-4/+6
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-154/+161
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-137/+160
2017-10-04net: bridge: Pass extack to down to netdev_master_upper_dev_linkDavid Ahern4-7/+15
2017-10-04net: Add extack to upper device linkingDavid Ahern7-13/+19
2017-10-04net: Add extack to ndo_add_slaveDavid Ahern3-6/+10
2017-10-04net: Add extack to netdev_notifier_infoDavid Ahern1-32/+47
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2017-10-04dev: advertise the new nsid when the netns iface changesNicolas Dichtel2-12/+30