summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: allow sysctl to change link-local address generation modeFelix Jia2017-01-271-20/+84
* net: ipv6: ignore null_entry on route dumpsDavid Ahern2017-01-271-1/+5
* net: ipv6: remove skb_reserve in getrouteDavid Ahern2017-01-271-6/+0
* net: dsa: Move ports assignment closer to error checkingFlorian Fainelli2017-01-261-1/+2
* net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli2017-01-261-8/+8
* net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli2017-01-263-36/+44
* net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli2017-01-261-3/+4
* Merge tag 'batadv-next-for-davem-20170126' of git://git.open-mesh.org/linux-m...David S. Miller2017-01-2659-69/+85
|\
| * batman-adv: Treat NET_XMIT_CN as transmit successfullyGao Feng2017-01-261-1/+1
| * batman-adv: Remove one condition check in batadv_route_unicast_packetGao Feng2017-01-261-5/+4
| * batman-adv: Remove unused variable in batadv_tt_local_set_flagsSven Eckelmann2017-01-261-2/+0
| * batman-adv: update copyright years for 2017Sven Eckelmann2017-01-2659-59/+59
| * batman-adv: don't add loop detect macs to TTSimon Wunderlich2017-01-262-1/+20
| * batman-adv: Start new development cycleSimon Wunderlich2017-01-011-1/+1
* | bridge: move maybe_deliver_addr() inside #ifdefArnd Bergmann2017-01-261-25/+25
* | net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2017-01-252-4/+4
* | net/tcp-fastopen: Add new API supportWei Wang2017-01-255-9/+102
* | net: Remove __sk_dst_reset() in tcp_v6_connect()Wei Wang2017-01-251-1/+0
* | net/tcp-fastopen: refactor cookie check logicWei Wang2017-01-252-14/+23
* | tcp: reduce skb overhead in selected placesEric Dumazet2017-01-252-2/+2
* | tipc: uninitialized return code in tipc_setsockopt()Dan Carpenter2017-01-251-2/+1
* | net sched actions: Add support for user cookiesJamal Hadi Salim2017-01-251-0/+45
* | net: sctp: fix array overrun read on sctp_timer_tblColin Ian King2017-01-241-1/+4
* | net: dsa: Drop WARN() in tag_brcm.cFlorian Fainelli2017-01-241-1/+2
* | bpf: allow option for setting bpf_l4_csum_replace from scratchDaniel Borkmann2017-01-241-3/+4
* | bpf: enable load bytes helper for filter/reuseport progsDaniel Borkmann2017-01-241-15/+26
* | bpf: simplify __is_valid_access test on cbDaniel Borkmann2017-01-241-13/+2
* | net/sched: Introduce sample tc actionYotam Gigi2017-01-243-0/+287
* | net: Introduce psample, a new genetlink channel for packet samplingYotam Gigi2017-01-245-0/+323
* | net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn2017-01-241-1/+1
* | bridge: multicast to unicastFelix Fietkau2017-01-246-29/+112
* | Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-245-11/+64
* | ipv6: add NUMA awareness to seg6_hmac_init_algo()Eric Dumazet2017-01-221-1/+2
* | 6lowpan: use rb_entry()Geliang Tang2017-01-221-4/+4
* | net: dsa: Remove hwmon supportAndrew Lunn2017-01-205-172/+0
* | inet: don't use sk_v6_rcv_saddr directlyJosef Bacik2017-01-201-1/+1
* | net: remove duplicate code.Mahesh Bandewar2017-01-201-3/+1
* | fq_codel: Avoid regenerating skb flow hash unless necessaryAndrew Collins2017-01-201-5/+1
* | tipc: make replicast a user selectable optionJon Paul Maloy2017-01-205-15/+108
* | tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-207-47/+149
* | tipc: add functionality to lookup multicast destination nodesJon Paul Maloy2017-01-204-8/+87
* | tipc: add function for checking broadcast support in bearerJon Paul Maloy2017-01-204-9/+34
* | device: Implement a bus agnostic dev_num_vf routinePhil Sutter2017-01-201-2/+1
* | gre6: Clean up unused struct ipv6_tel_txoption definitionJakub Sitnicki2017-01-201-5/+0
* | net: remove bh disabling around percpu_counter accessesEric Dumazet2017-01-204-8/+1
* | net: ipv6: Keep nexthop of multipath route on admin downDavid Ahern2017-01-201-2/+5
* | net: caif: Remove unused stats member from struct chnl_netTobias Klauser2017-01-191-1/+0
* | net/sched: cls_flower: reduce fl_change stack sizeArnd Bergmann2017-01-191-6/+17
* | net: Remove usage of net_device last_rx memberTobias Klauser2017-01-183-4/+0
* | net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-186-11/+11