summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAge
* net: bridge: Export bridge multicast router stateYotam Gigi2017-10-09
* net: bridge: Notify on bridge device mrouter state changesYotam Gigi2017-10-09
* ipv6: avoid cache line dirtying in ipv6_dev_get_saddr()Eric Dumazet2017-10-08
* ipv6: __ipv6_dev_get_saddr() rcu conversionEric Dumazet2017-10-08
* ipv6: ipv6_chk_prefix() rcu conversionEric Dumazet2017-10-08
* ipv6: ipv6_chk_custom_prefix() rcu conversionEric Dumazet2017-10-08
* ipv6: ipv6_count_addresses() rcu conversionEric Dumazet2017-10-08
* ipv6: prepare RCU lookups for idev->addr_listEric Dumazet2017-10-08
* bridge: suppress nd pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu2017-10-08
* bridge: suppress arp pkts on BR_NEIGH_SUPPRESS portsRoopa Prabhu2017-10-08
* bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu2017-10-08
* ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet2017-10-08
* ip_gre: check packet length and mtu correctly in erspan txWilliam Tu2017-10-07
* net: phonet: mark phonet_protocol as constLin Zhang2017-10-07
* net: phonet: mark header_ops as constLin Zhang2017-10-07
* ip_tunnel: add mpls over gre supportAmine Kherbouche2017-10-07
* ipv6: take care of rt6_statsWei Wang2017-10-07
* ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-07
* ipv6: add key length check into rt6_select()Wei Wang2017-10-07
* ipv6: check fn->leaf before it is usedWei Wang2017-10-07
* ipv6: update fn_sernum after route is inserted to treeWei Wang2017-10-07
* ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang2017-10-07
* ipv6: don't release rt->rt6i_pcpu memory during rt6_release()Wei Wang2017-10-07
* ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang2017-10-07
* ipv6: hook up exception table to store dst cacheWei Wang2017-10-07
* ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-07
* ipv6: prepare fib6_age() for exception tableWei Wang2017-10-07
* ipv6: prepare rt6_clean_tohost() for exception tableWei Wang2017-10-07
* ipv6: prepare rt6_mtu_change() for exception tableWei Wang2017-10-07
* ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang2017-10-07
* ipv6: introduce a hash table to store dst cacheWei Wang2017-10-07
* ipv6: introduce a new function fib6_update_sernum()Wei Wang2017-10-07
* tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-07
* tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet2017-10-07
* tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet2017-10-07
* tcp: tcp_mark_head_lost() optimizationEric Dumazet2017-10-07
* tcp: tcp_tx_timestamp() cleanupEric Dumazet2017-10-07
* tcp: uninline tcp_write_queue_purge()Eric Dumazet2017-10-07
* net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-07
* Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m...David S. Miller2017-10-06
|\
| * batman-adv: Add argument names for function ptr definitionsSven Eckelmann2017-09-30
| * batman-adv: Fix "line over 80 characters" checkpatch warningSven Eckelmann2017-09-28
| * batman-adv: Remove unnecessary parenthesesSven Eckelmann2017-09-28
| * batman-adv: Start new development cycleSimon Wunderlich2017-09-28
* | net/ipv6: Convert icmpv6_push_pending_frames to voidJoe Perches2017-10-06
* | net/ipv6: remove unused err variable on icmpv6_push_pending_framesTim Hansen2017-10-05
* | net: ipv6: remove unused code in ipv6_find_hdr()Lin Zhang2017-10-05
* | tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-05
* | tcp: more efficient RACK loss detectionYuchung Cheng2017-10-05
* | tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-05