summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-034-14/+23
* openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2015-12-032-3/+7
* ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2015-12-031-2/+3
* ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-031-1/+8
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-12-031-1/+6
|\
| * Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg2015-11-111-1/+6
* | ipv6: kill sk_dst_lockEric Dumazet2015-12-036-31/+7
* | ipv6: sctp: add rcu protection around np->optEric Dumazet2015-12-031-3/+10
* | net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-031-2/+2
* | sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-021-2/+2
* | ipv6: add complete rcu protection around np->optEric Dumazet2015-12-0211-50/+101
* | openvswitch: properly refcount vport-vxlan modulePaolo Abeni2015-12-024-5/+9
* | net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-013-25/+22
* | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-0115-38/+36
* | Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-013-9/+5
* | tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2015-11-301-0/+1
* | af-unix: passcred support for sendpageHannes Frederic Sowa2015-11-301-15/+64
* | packet: Allow packets with only a header (but no payload)Martin Blumenstingl2015-11-291-2/+2
* | RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2015-11-242-7/+3
* | net: openvswitch: Remove invalid commentAaron Conole2015-11-241-2/+2
* | net: ipmr, ip6mr: fix vif/tunnel failure race conditionNikolay Aleksandrov2015-11-242-12/+0
* | rxrpc: Correctly handle ack at end of client call transmit phaseDavid Howells2015-11-241-1/+3
* | ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2015-11-242-5/+10
* | tipc: fix error handling of expanding buffer headroomYing Xue2015-11-241-2/+5
* | tipc: avoid packets leaking on socket receive queueYing Xue2015-11-231-3/+7
* | net/hsr: fix a warning messageDan Carpenter2015-11-231-1/+1
* | unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2015-11-231-19/+164
* | cgroups: Allow dynamically changing net_classidNina Schiff2015-11-231-8/+18
* | net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-221-7/+8
* | net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov2015-11-221-7/+8
* | net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2015-11-221-0/+2
* | tipc: correct settings of broadcast link stateJon Paul Maloy2015-11-201-0/+2
* | tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet2015-11-201-3/+19
* | tcp: fix Fast Open snmp over-counting bugYuchung Cheng2015-11-201-1/+1
* | tcp: disable Fast Open on timeouts after handshakeYuchung Cheng2015-11-201-0/+12
* | tcp: md5: fix lockdep annotationEric Dumazet2015-11-181-1/+2
* | net: dns_resolver: convert time_t to time64_tAya Mahfouz2015-11-181-1/+1
* | net/ip6_tunnel: fix dst leakPaolo Abeni2015-11-181-1/+1
* | udp: remove duplicate includestephen hemminger2015-11-181-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-1731-318/+437
|\ \
| * | net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov2015-11-171-1/+4
| * | af_unix: take receive queue lock while appending new skbHannes Frederic Sowa2015-11-171-1/+4
| * | rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa2015-11-171-122/+152
| * | net: use skb_clone to avoid alloc_pages failure.Martin Zhang2015-11-171-1/+1
| * | packet: Use PAGE_ALIGNED macroTobias Klauser2015-11-171-1/+1
| * | packet: Don't check frames_per_block against negative valuesTobias Klauser2015-11-171-2/+2
| * | vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2015-11-171-1/+3
| * | vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich2015-11-171-1/+2
| * | snmp: Remove duplicate OUTMCAST stat incrementNeil Horman2015-11-161-2/+0
| * | net/core: use netdev name in warning if no parentBjørn Mork2015-11-161-5/+8