summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-01-27net/ipv6: support more tunnel interfaces for EUI64 link-local generationFelix Jia3-0/+12
2017-01-27net/ipv6: allow sysctl to change link-local address generation modeFelix Jia1-20/+84
2017-01-26net: ipv6: ignore null_entry on route dumpsDavid Ahern1-1/+5
2017-01-26net: ipv6: remove skb_reserve in getrouteDavid Ahern1-6/+0
2017-01-26net: dsa: Move ports assignment closer to error checkingFlorian Fainelli1-1/+2
2017-01-26net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli1-8/+8
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli3-36/+44
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli1-3/+4
2017-01-26Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m...David S. Miller59-69/+85
2017-01-26batman-adv: Treat NET_XMIT_CN as transmit successfullyGao Feng1-1/+1
2017-01-26batman-adv: Remove one condition check in batadv_route_unicast_packetGao Feng1-5/+4
2017-01-26batman-adv: Remove unused variable in batadv_tt_local_set_flagsSven Eckelmann1-2/+0
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann59-59/+59
2017-01-26batman-adv: don't add loop detect macs to TTSimon Wunderlich2-1/+20
2017-01-25bridge: move maybe_deliver_addr() inside #ifdefArnd Bergmann1-25/+25
2017-01-25net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2-4/+4
2017-01-25net/tcp-fastopen: Add new API supportWei Wang5-9/+102
2017-01-25net: Remove __sk_dst_reset() in tcp_v6_connect()Wei Wang1-1/+0
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang2-14/+23
2017-01-25tcp: reduce skb overhead in selected placesEric Dumazet2-2/+2
2017-01-25tipc: uninitialized return code in tipc_setsockopt()Dan Carpenter1-2/+1
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim1-0/+45
2017-01-24net: sctp: fix array overrun read on sctp_timer_tblColin Ian King1-1/+4
2017-01-24net: dsa: Drop WARN() in tag_brcm.cFlorian Fainelli1-1/+2
2017-01-24bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann1-3/+4
2017-01-24bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann1-15/+26
2017-01-24bpf: simplify __is_valid_access test on cbDaniel Borkmann1-13/+2
2017-01-24net/sched: Introduce sample tc actionYotam Gigi3-0/+287
2017-01-24net: Introduce psample, a new genetlink channel for packet samplingYotam Gigi5-0/+323
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn1-1/+1
2017-01-24bridge: multicast to unicastFelix Fietkau6-29/+112
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen5-11/+64
2017-01-22ipv6: add NUMA awareness to seg6_hmac_init_algo()Eric Dumazet1-1/+2
2017-01-226lowpan: use rb_entry()Geliang Tang1-4/+4
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn5-172/+0
2017-01-20inet: don't use sk_v6_rcv_saddr directlyJosef Bacik1-1/+1
2017-01-20net: remove duplicate code.Mahesh Bandewar1-3/+1
2017-01-20fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins1-5/+1
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy5-15/+108
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy7-47/+149
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy4-8/+87
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy4-9/+34
2017-01-20device: Implement a bus agnostic dev_num_vf routinePhil Sutter1-2/+1
2017-01-20gre6: Clean up unused struct ipv6_tel_txoption definitionJakub Sitnicki1-5/+0
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet4-8/+1
2017-01-19net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern1-2/+5
2017-01-19net: caif: Remove unused stats member from struct chnl_netTobias Klauser1-1/+0
2017-01-19net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann1-6/+17
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser3-4/+0
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot6-11/+11