aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-02tipc: check minimum bearer MTUMichal Kubeček
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov
2016-12-02RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan
2016-12-02net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion
2016-12-02net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion
2016-12-02net/sched: cls_flower: Provide a filter to replace/destroy hardware filter fu...Hadar Hen Zion
2016-12-02net/sched: cls_flower: Try to offload only if skip_hw flag isn't setHadar Hen Zion
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-12-02Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper
2016-12-02ipv6: Set skb->protocol properly for local outputEli Cooper
2016-12-02ipv4: Set skb->protocol properly for local outputEli Cooper
2016-12-02packet: fix race condition in packet_set_ringPhilip Pettersson
2016-12-02sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-12-02route: Set lwtstate for local traffic and cached input dstsThomas Graf
2016-12-02route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf
2016-12-02net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser
2016-12-01rtnetlink: return the correct error codeZhang Shengju
2016-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-11-30net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti
2016-11-30netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia
2016-11-30l2tp: fix address test in __l2tp_ip6_bind_lookup()Guillaume Nault
2016-11-30l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault
2016-11-30l2tp: fix racy socket lookup in l2tp_ip and l2tp_ip6 bind()Guillaume Nault
2016-11-30l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()Guillaume Nault
2016-11-30l2tp: lock socket before checking flags in connect()Guillaume Nault
2016-11-30neigh: remove duplicate check for same neighZhang Shengju
2016-11-30openvswitch: Fix skb leak in IPv6 reassembly.Daniele Di Proietto
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan
2016-11-30tcp: instrument how long TCP is limited by receive windowFrancis Yan
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan
2016-11-30esp6: Fix integrity verification when ESN are usedTobias Brunner
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner
2016-11-30xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao
2016-11-29net: dsa: slave: fix fixed-link phydev leaksJohan Hovold
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold
2016-11-29net: dsa: slave: fix of-node leak and phy priorityJohan Hovold
2016-11-29GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo
2016-11-29sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko
2016-11-29net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet