summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-11-30af-unix: passcred support for sendpageHannes Frederic Sowa
2015-11-29packet: Allow packets with only a header (but no payload)Martin Blumenstingl
2015-11-24RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2015-11-24net: openvswitch: Remove invalid commentAaron Conole
2015-11-24net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov
2015-11-24rxrpc: Correctly handle ack at end of client call transmit phaseDavid Howells
2015-11-24ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-11-24tipc: fix error handling of expanding buffer headroomYing Xue
2015-11-23tipc: avoid packets leaking on socket receive queueYing Xue
2015-11-23net/hsr: fix a warning messageDan Carpenter
2015-11-23unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-11-23cgroups: Allow dynamically changing net_classidNina Schiff
2015-11-22net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-11-22net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-11-22net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-11-20tipc: correct settings of broadcast link stateJon Paul Maloy
2015-11-20tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-11-20tcp: fix Fast Open snmp over-counting bugYuchung Cheng
2015-11-20tcp: disable Fast Open on timeouts after handshakeYuchung Cheng
2015-11-18tcp: md5: fix lockdep annotationEric Dumazet
2015-11-18net: dns_resolver: convert time_t to time64_tAya Mahfouz
2015-11-18net/ip6_tunnel: fix dst leakPaolo Abeni
2015-11-18udp: remove duplicate includestephen hemminger
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2015-11-16snmp: Remove duplicate OUTMCAST stat incrementNeil Horman
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork
2015-11-16af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov
2015-11-16switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel
2015-11-15ipvs: use skb_to_full_sk() helperEric Dumazet
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet
2015-11-15sctp: translate host order to network order when setting a hmacidlucien
2015-11-15packet: fix tpacket_snd max frame lenDaniel Borkmann
2015-11-15packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-11-15packet: only allow extra vlan len on ethernet devicesDaniel Borkmann
2015-11-15packet: always probe for transport headerDaniel Borkmann
2015-11-15packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau
2015-11-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau
2015-11-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau