aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-12-03Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-12-03tipc: fix node reference count bugJon Paul Maloy
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault
2015-12-03VSOCK: Add Makefile and KconfigAsias He
2015-12-03VSOCK: Introduce virtio-vsock.koAsias He
2015-12-03VSOCK: Introduce virtio-vsock-common.koAsias He
2015-12-03VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_genericAsias He
2015-12-03mpls: support for dead routesRoopa Prabhu
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-12-03net: ipv6: restrict hop_limit sysctl setting to range [1; 255]Phil Sutter
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni
2015-12-03ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-12-03net: introduce change lower state notifierJiri Pirko
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko
2015-12-03net: Check CHANGEUPPER notifier return valueIdo Schimmel
2015-12-03ipv6: kill sk_dst_lockEric Dumazet
2015-12-03ipv6: sctp: add rcu protection around np->optEric Dumazet
2015-12-03net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-12-02tcp: suppress too verbose messages in tcp_send_ack()Eric Dumazet
2015-12-02sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner
2015-12-02ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-02mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg
2015-12-02mac80211: do not actively scan DFS channelsAntonio Quartulli
2015-12-02mac80211: don't teardown sdata on sdata stopEliad Peller
2015-12-02openvswitch: properly refcount vport-vxlan modulePaolo Abeni
2015-12-01net: fix sock_wake_async() rcu protectionEric Dumazet
2015-12-01net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet
2015-12-01Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel
2015-12-01unix: use wq_has_sleeper in unix_dgram_recvmsgRainer Weikusat
2015-11-30tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-11-30net: ipmr: add mfc newroute/delroute netlink supportNikolay Aleksandrov
2015-11-30net: ipmr: fix setsockopt error returnNikolay Aleksandrov
2015-11-30net: ipmr: move pimsm_enabled to pim.h and renameNikolay Aleksandrov
2015-11-30net: ipmr: move struct mr_table and VIF_EXISTS to mroute.hNikolay Aleksandrov
2015-11-30net: ipmr: remove unused MFC_NOTIFY flag and make the flags enumNikolay Aleksandrov
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov
2015-11-30af-unix: passcred support for sendpageHannes Frederic Sowa
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
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-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller