summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: take care of rt6_statsWei Wang2017-10-072-20/+38
* ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-073-221/+316
* ipv6: add key length check into rt6_select()Wei Wang2017-10-071-0/+14
* ipv6: check fn->leaf before it is usedWei Wang2017-10-072-13/+30
* ipv6: update fn_sernum after route is inserted to treeWei Wang2017-10-071-18/+21
* ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang2017-10-072-20/+54
* ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang2017-10-071-3/+0
* ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang2017-10-071-29/+29
* ipv6: hook up exception table to store dst cacheWei Wang2017-10-073-132/+72
* ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-073-10/+27
* ipv6: prepare fib6_age() for exception tableWei Wang2017-10-072-17/+69
* ipv6: prepare rt6_clean_tohost() for exception tableWei Wang2017-10-071-1/+47
* ipv6: prepare rt6_mtu_change() for exception tableWei Wang2017-10-071-0/+40
* ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang2017-10-071-0/+29
* ipv6: introduce a hash table to store dst cacheWei Wang2017-10-071-0/+341
* ipv6: introduce a new function fib6_update_sernum()Wei Wang2017-10-071-0/+14
* tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-075-144/+193
* tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet2017-10-071-4/+5
* tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet2017-10-071-2/+2
* tcp: tcp_mark_head_lost() optimizationEric Dumazet2017-10-071-4/+4
* tcp: tcp_tx_timestamp() cleanupEric Dumazet2017-10-071-3/+5
* tcp: uninline tcp_write_queue_purge()Eric Dumazet2017-10-071-0/+14
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-073-36/+19
* Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m...David S. Miller2017-10-0618-78/+78
|\
| * batman-adv: Add argument names for function ptr definitionsSven Eckelmann2017-09-301-4/+4
| * batman-adv: Fix "line over 80 characters" checkpatch warningSven Eckelmann2017-09-281-2/+2
| * batman-adv: Remove unnecessary parenthesesSven Eckelmann2017-09-2817-71/+71
| * batman-adv: Start new development cycleSimon Wunderlich2017-09-281-1/+1
* | net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2017-10-062-28/+20
* | net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen2017-10-051-2/+1
* | net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang2017-10-051-3/+0
* | tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-051-22/+18
* | tcp: more efficient RACK loss detectionYuchung Cheng2017-10-051-15/+5
* | tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-054-13/+41
* | RDS: IB: Initialize max_items based on underlying device attributesAvinash Repaka2017-10-051-2/+2
* | RDS: IB: Limit the scope of has_fr/has_fmr variablesAvinash Repaka2017-10-052-7/+6
* | net/ipv4: Remove unused variable in route.cTim Hansen2017-10-051-2/+1
* | tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-051-12/+9
* | tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-053-24/+16
* | VSOCK: add sock_diag interfaceStefan Hajnoczi2017-10-053-0/+199
* | VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-057-56/+64
* | VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi2017-10-051-10/+0
* | VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi2017-10-051-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-0526-154/+161
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-0523-137/+160
| |\ \
| | * | net: 8021q: skip packets if the vlan is downVishakha Narvekar2017-10-041-0/+6
| | * | net: rtnetlink: fix info leak in RTM_GETSTATS callNikolay Aleksandrov2017-10-031-0/+3
| | * | socket, bpf: fix possible use after freeEric Dumazet2017-10-022-5/+12
| | * | l2tp: fix l2tp_eth module loadingGuillaume Nault2017-10-011-49/+2
| | * | ip_gre: erspan device should keep dstXin Long2017-10-011-0/+1
OpenPOWER on IntegriCloud