Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-07-27inet: frag: don't re-use chainlist for evictorFlorian Westphal
2015-07-27net: sctp: stop spamming klog with rfc6458, 5.3.2. deprecation warningsDaniel Borkmann
2015-07-27bridge: netlink: fix slave_changelink/br_setport race conditionsNikolay Aleksandrov
2015-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-07-25cgroup: net_cls: fix false-positive "suspicious RCU usage"Konstantin Khlebnikov
2015-07-25sch_choke: drop all packets in queue during resetWANG Cong
2015-07-25sch_plug: purge buffered packets during resetWANG Cong
2015-07-25ipv4: consider TOS in fib_select_defaultJulian Anastasov
2015-07-25ipv4: fib_select_default should match the prefixJulian Anastasov
2015-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-07-23Bluetooth: Fix NULL pointer dereference in smp_conn_securityJohan Hedberg
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-07-23SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust
2015-07-22SUNRPC: Fix a backchannel deadlockTrond Myklebust
2015-07-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer
2015-07-22openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges
2015-07-22netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal
2015-07-22tcp: suppress a division by zero warningEric Dumazet
2015-07-21inet: frags: fix defragmented packet's IP header for af_packetEdward Hyunkoo Jee
2015-07-21sched: cls_flow: fix panic on filter replaceDaniel Borkmann
2015-07-21sched: cls_flower: fix panic on filter replaceDaniel Borkmann
2015-07-21sched: cls_bpf: fix panic on filter replaceDaniel Borkmann
2015-07-21Merge tag 'mac80211-for-davem-2015-07-17' of git://git.kernel.org/pub/scm/lin...David S. Miller
2015-07-21net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov
2015-07-21caif: fix leaks and race in caif_queue_rcv_skb()Eric Dumazet
2015-07-21Revert "sit: Add gro callbacks to sit_offload"Herbert Xu
2015-07-20Merge tag 'ipvs-fixes-for-v4.2' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso
2015-07-20netfilter: fix netns dependencies with conntrack templatesPablo Neira Ayuso
2015-07-17cfg80211: use RTNL locked reg_can_beacon for IR-relaxationArik Nemtsov
2015-07-17mac80211: add missing length check for confirm framesBob Copeland
2015-07-17mac80211: correct aid location in peering framesBob Copeland
2015-07-17wireless: regulatory: reduce log level of CRDA related messagesThomas Petazzoni
2015-07-17mac80211: shut down interfaces before destroying interface listJohannes Berg
2015-07-17mac80211: wowlan: enable powersave if suspend while ps-pollingChaitanya T K
2015-07-17mac80211: don't clear all tx flags when requeingMichal Kazior
2015-07-17mac80211: clear subdir_stations when removing debugfsTom Hughes
2015-07-16tc: act_bpf: fix memory leakAlexei Starovoitov
2015-07-16fq_codel: fix return value of fq_codel_drop()WANG Cong
2015-07-16net_sched: fix a use-after-free in sfqWANG Cong
2015-07-16ipv6: lock socket in ip6_datagram_connect()Eric Dumazet
2015-07-16fq_codel: fix a use-after-freeWANG Cong
2015-07-16tcp: don't use F-RTO on non-recurring timeoutsYuchung Cheng
2015-07-16bridge: mdb: fix double add notificationNikolay Aleksandrov
2015-07-16bridge: multicast: treat igmpv3 report with INCLUDE and no sources as a leaveSatish Ashok
2015-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-07-16net: Fix skb csum races when peekingHerbert Xu
2015-07-16NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn
2015-07-16net: Clone skb before setting peeked flagHerbert Xu
2015-07-16rtnetlink: reject non-IFLA_VF_PORT attributes inside IFLA_VF_PORTSDaniel Borkmann
2015-07-14rds: rds_ib_device.refcount overflowWengang Wang